#F8D4CB

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

Shades of Cinderella #F8D4CB

Tints of Cinderella #F8D4CB

Color information

#F8D4CB (or 0xF8D4CB) is unknown color: approx Cinderella. HEX triplet: F8, D4 and CB. RGB value is (248,212,203). Sum of RGB (Red+Green+Blue) = 248+212+203=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D4CB is #072B34. Grayscale: #DDDDDD. Windows color (decimal): -469813 or 13358328. OLE color: 13358328.

HSL color Cylindrical-coordinate representation of color #F8D4CB: hue angle of 12º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8D4CB is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248212203-
CMYK00.150.180.03
HSL12º76.27%88.43%-
HSV(B)12º18.15%97.25%-
XYZ73.0371.3666.42-
YUV221.74117.43146.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.41%
GREEN value IS 212 (83.20% from 255) = 31.98%
BLUE value IS 203 (79.69% from 255) = 30.62%
R=37.41%
G=31.98%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821220300.150.180.031276.2788.43
HexF8D4CB0F123c4c58
Octal37032431301722314114130
Binary111110001101010011001011011111001011110010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D4CB; }

 p { color: rgb(248,212,203); }

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

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

 a { background-color: rgb(248,212,203); }

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

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

 span { border-color: rgb(248,212,203); }

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