#F6A9CD

Color #F6A9CD Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #F6A9CD

Tints of Lavender Pink #F6A9CD

Color information

#F6A9CD (or 0xF6A9CD) is unknown color: approx Lavender Pink. HEX triplet: F6, A9 and CD. RGB value is (246,169,205). Sum of RGB (Red+Green+Blue) = 246+169+205=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A9CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A9CD is #095632. Grayscale: #C4C4C4. Windows color (decimal): -611891 or 13478390. OLE color: 13478390.

HSL color Cylindrical-coordinate representation of color #F6A9CD: hue angle of 331.95º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6A9CD is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246169205-
CMYK00.310.170.04
HSL331.95º81.05%81.37%-
HSV(B)331.95º31.3%96.47%-
XYZ63.2152.3864.54-
YUV196.13133.01163.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 39.68%
GREEN value IS 169 (66.41% from 255) = 27.26%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=39.68%
G=27.26%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616920500.310.170.04331.9581.0581.37
HexF6A9CD01F11414c5151
Octal366251315037214514121121
Binary1111011010101001110011010111111000110010100110010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A9CD; }

 p { color: rgb(246,169,205); }

 H1.HeaderClassName
 {
   color: #F6A9CD;
 }
 .AnyTagClassName
 {
   color: #F6A9CD;
 }
</style>
background-color css

<style>
 a { background-color: #F6A9CD; }

 a { background-color: rgb(246,169,205); }

 div.DivClassName
 {
   background-color: #F6A9CD;
 }
 .BgClassName
 {
   background-color: #F6A9CD;
 }
</style>
border-color css

<style>
 span { border-color: #F6A9CD; }

 span { border-color: rgb(246,169,205); }

 td.TdClassName
 {
   border-color: #F6A9CD;
 }
 .TagClassName
 {
   border-color: #F6A9CD;
 }
</style>