#F9A4CF

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

Shades of Lavender Pink #F9A4CF

Tints of Lavender Pink #F9A4CF

Color information

#F9A4CF (or 0xF9A4CF) is unknown color: approx Lavender Pink. HEX triplet: F9, A4 and CF. RGB value is (249,164,207). Sum of RGB (Red+Green+Blue) = 249+164+207=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A4CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A4CF is #065B30. Grayscale: #C2C2C2. Windows color (decimal): -416561 or 13608185. OLE color: 13608185.

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

Color convert

RGB249164207-
CMYK00.340.170.02
HSL329.65º87.63%80.98%-
HSV(B)329.65º34.14%97.65%-
XYZ63.651.265.56-
YUV194.32135.16167-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.16%
GREEN value IS 164 (64.45% from 255) = 26.45%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=40.16%
G=26.45%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916420700.340.170.02329.6587.6380.98
HexF9A4CF02211214a5851
Octal371244317042212512130121
Binary1111100110100100110011110100010100011010100101010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A4CF; }

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

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

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

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

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

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

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

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