#F9CAD9

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

Shades of Pink Lace #F9CAD9

Tints of Pink Lace #F9CAD9

Color information

#F9CAD9 (or 0xF9CAD9) is unknown color: approx Pink Lace. HEX triplet: F9, CA and D9. RGB value is (249,202,217). Sum of RGB (Red+Green+Blue) = 249+202+217=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CAD9 is #063526. Grayscale: #D9D9D9. Windows color (decimal): -406823 or 14273273. OLE color: 14273273.

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

Color convert

RGB249202217-
CMYK00.190.130.02
HSL340.85º79.66%88.43%-
HSV(B)340.85º18.88%97.65%-
XYZ72.7167.3974.82-
YUV217.76127.57150.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.28%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 217 (85.16% from 255) = 32.49%
R=37.28%
G=30.24%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920221700.190.130.02340.8579.6688.43
HexF9CAD9013D21555058
Octal371312331023152525120130
Binary11111001110010101101100101001111011010101010110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CAD9; }

 p { color: rgb(249,202,217); }

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

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

 a { background-color: rgb(249,202,217); }

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

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

 span { border-color: rgb(249,202,217); }

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