#F9CED9

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

Shades of Pink Lace #F9CED9

Tints of Pink Lace #F9CED9

Color information

#F9CED9 (or 0xF9CED9) is unknown color: approx Pink Lace. HEX triplet: F9, CE and D9. RGB value is (249,206,217). Sum of RGB (Red+Green+Blue) = 249+206+217=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CED9 is #063126. Grayscale: #DCDCDC. Windows color (decimal): -405799 or 14274297. OLE color: 14274297.

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

Color convert

RGB249206217-
CMYK00.170.130.02
HSL344.65º78.18%89.22%-
HSV(B)344.65º17.27%97.65%-
XYZ73.6669.2975.14-
YUV220.11126.25148.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.05%
GREEN value IS 206 (80.86% from 255) = 30.65%
BLUE value IS 217 (85.16% from 255) = 32.29%
R=37.05%
G=30.65%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920621700.170.130.02344.6578.1889.22
HexF9CED9011D21594e59
Octal371316331021152531116131
Binary11111001110011101101100101000111011010101100110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CED9; }

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

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

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

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

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

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

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

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