#FBD5CA

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

Shades of Cinderella #FBD5CA

Tints of Cinderella #FBD5CA

Color information

#FBD5CA (or 0xFBD5CA) is unknown color: approx Cinderella. HEX triplet: FB, D5 and CA. RGB value is (251,213,202). Sum of RGB (Red+Green+Blue) = 251+213+202=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5CA is #042A35. Grayscale: #DFDFDF. Windows color (decimal): -272950 or 13293051. OLE color: 13293051.

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

Color convert

RGB251213202-
CMYK00.150.200.02
HSL13.47º85.96%88.82%-
HSV(B)13.47º19.52%98.43%-
XYZ74.2472.3665.93-
YUV223.11116.09147.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 213 (83.59% from 255) = 31.98%
BLUE value IS 202 (79.30% from 255) = 30.33%
R=37.69%
G=31.98%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121320200.150.200.0213.4785.9688.82
HexFBD5CA0F142d5659
Octal37332531201724215126131
Binary111110111101010111001010011111010010110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5CA; }

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

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

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

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

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

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

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

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