#F9A6CF

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

Shades of Lavender Pink #F9A6CF

Tints of Lavender Pink #F9A6CF

Color information

#F9A6CF (or 0xF9A6CF) is unknown color: approx Lavender Pink. HEX triplet: F9, A6 and CF. RGB value is (249,166,207). Sum of RGB (Red+Green+Blue) = 249+166+207=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A6CF is #065930. Grayscale: #C3C3C3. Windows color (decimal): -416049 or 13608697. OLE color: 13608697.

HSL color Cylindrical-coordinate representation of color #F9A6CF: hue angle of 330.36º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A6CF is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249166207-
CMYK00.330.170.02
HSL330.36º87.37%81.37%-
HSV(B)330.36º33.33%97.65%-
XYZ63.9751.9265.68-
YUV195.49134.5166.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.03%
GREEN value IS 166 (65.23% from 255) = 26.69%
BLUE value IS 207 (81.25% from 255) = 33.28%
R=40.03%
G=26.69%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916620700.330.170.02330.3687.3781.37
HexF9A6CF02111214a5751
Octal371246317041212512127121
Binary1111100110100110110011110100001100011010100101010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A6CF; }

 p { color: rgb(249,166,207); }

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

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

 a { background-color: rgb(249,166,207); }

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

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

 span { border-color: rgb(249,166,207); }

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