#F9A9CD

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

Shades of Lavender Pink #F9A9CD

Tints of Lavender Pink #F9A9CD

Color information

#F9A9CD (or 0xF9A9CD) is unknown color: approx Lavender Pink. HEX triplet: F9, A9 and CD. RGB value is (249,169,205). Sum of RGB (Red+Green+Blue) = 249+169+205=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A9CD is #065632. Grayscale: #C4C4C4. Windows color (decimal): -415283 or 13478393. OLE color: 13478393.

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

Color convert

RGB249169205-
CMYK00.320.180.02
HSL333º86.96%81.96%-
HSV(B)333º32.13%97.65%-
XYZ64.2752.9264.59-
YUV197.02132.5165.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.97%
GREEN value IS 169 (66.41% from 255) = 27.13%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=39.97%
G=27.13%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916920500.320.180.0233386.9681.96
HexF9A9CD02012214d5752
Octal371251315040222515127122
Binary1111100110101001110011010100000100101010100110110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A9CD; }

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

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

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

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

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

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

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

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