#F9CAD1

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

Shades of Pink Lace #F9CAD1

Tints of Pink Lace #F9CAD1

Color information

#F9CAD1 (or 0xF9CAD1) is unknown color: approx Pink Lace. HEX triplet: F9, CA and D1. RGB value is (249,202,209). Sum of RGB (Red+Green+Blue) = 249+202+209=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CAD1 is #06352E. Grayscale: #D8D8D8. Windows color (decimal): -406831 or 13748985. OLE color: 13748985.

HSL color Cylindrical-coordinate representation of color #F9CAD1: hue angle of 351.06º 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 #F9CAD1 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB249202209-
CMYK00.190.160.02
HSL351.06º79.66%88.43%-
HSV(B)351.06º18.88%97.65%-
XYZ71.766.9869.47-
YUV216.85123.57150.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.73%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 209 (82.03% from 255) = 31.67%
R=37.73%
G=30.61%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920220900.190.160.02351.0679.6688.43
HexF9CAD101310215f5058
Octal371312321023202537120130
Binary111110011100101011010001010011100001010101111110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CAD1; }

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

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

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

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

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

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

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

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