#FBD5CB

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

Shades of Cinderella #FBD5CB

Tints of Cinderella #FBD5CB

Color information

#FBD5CB (or 0xFBD5CB) is unknown color: approx Cinderella. HEX triplet: FB, D5 and CB. RGB value is (251,213,203). Sum of RGB (Red+Green+Blue) = 251+213+203=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5CB is #042A34. Grayscale: #DFDFDF. Windows color (decimal): -272949 or 13358587. OLE color: 13358587.

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

Color convert

RGB251213203-
CMYK00.150.190.02
HSL12.5º85.71%89.02%-
HSV(B)12.5º19.12%98.43%-
XYZ74.3672.4166.56-
YUV223.22116.59147.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 213 (83.59% from 255) = 31.93%
BLUE value IS 203 (79.69% from 255) = 30.43%
R=37.63%
G=31.93%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121320300.150.190.0212.585.7189.02
HexFBD5CB0F132d5659
Octal37332531301723215126131
Binary111110111101010111001011011111001110110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5CB; }

 p { color: rgb(251,213,203); }

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

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

 a { background-color: rgb(251,213,203); }

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

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

 span { border-color: rgb(251,213,203); }

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