#F9A8CF

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

Shades of Lavender Pink #F9A8CF

Tints of Lavender Pink #F9A8CF

Color information

#F9A8CF (or 0xF9A8CF) is unknown color: approx Lavender Pink. HEX triplet: F9, A8 and CF. RGB value is (249,168,207). Sum of RGB (Red+Green+Blue) = 249+168+207=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A8CF is #065730. Grayscale: #C4C4C4. Windows color (decimal): -415537 or 13609209. OLE color: 13609209.

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

Color convert

RGB249168207-
CMYK00.330.170.02
HSL331.11º87.1%81.76%-
HSV(B)331.11º32.53%97.65%-
XYZ64.3352.6565.8-
YUV196.67133.84165.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.90%
GREEN value IS 168 (66.02% from 255) = 26.92%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=39.90%
G=26.92%
B=33.17%

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
Decimal24916820700.330.170.02331.1187.181.76
HexF9A8CF02111214b5752
Octal371250317041212513127122
Binary1111100110101000110011110100001100011010100101110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A8CF; }

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

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

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

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

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

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

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

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