#F9DCCF

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

Shades of Cinderella #F9DCCF

Tints of Cinderella #F9DCCF

Color information

#F9DCCF (or 0xF9DCCF) is unknown color: approx Cinderella. HEX triplet: F9, DC and CF. RGB value is (249,220,207). Sum of RGB (Red+Green+Blue) = 249+220+207=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCCF is #062330. Grayscale: #E3E3E3. Windows color (decimal): -402225 or 13622521. OLE color: 13622521.

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

Color convert

RGB249220207-
CMYK00.120.170.02
HSL18.57º77.78%89.41%-
HSV(B)18.57º16.87%97.65%-
XYZ75.9275.8369.67-
YUV227.19116.61143.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.83%
GREEN value IS 220 (86.33% from 255) = 32.54%
BLUE value IS 207 (81.25% from 255) = 30.62%
R=36.83%
G=32.54%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922020700.120.170.0218.5777.7889.41
HexF9DCCF0C112134e59
Octal37133431701421223116131
Binary1111100111011100110011110110010001101001110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCCF; }

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

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

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

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

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

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

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

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