#FBDDCE

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

Shades of Cinderella #FBDDCE

Tints of Cinderella #FBDDCE

Color information

#FBDDCE (or 0xFBDDCE) is unknown color: approx Cinderella. HEX triplet: FB, DD and CE. RGB value is (251,221,206). Sum of RGB (Red+Green+Blue) = 251+221+206=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDCE is #042231. Grayscale: #E4E4E4. Windows color (decimal): -270898 or 13557243. OLE color: 13557243.

HSL color Cylindrical-coordinate representation of color #FBDDCE: hue angle of 20º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBDDCE is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251221206-
CMYK00.120.180.02
HSL20º84.91%89.61%-
HSV(B)20º17.93%98.43%-
XYZ76.7876.6869.15-
YUV228.26115.44144.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 206 (80.86% from 255) = 30.38%
R=37.02%
G=32.60%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122120600.120.180.022084.9189.61
HexFBDDCE0C12214555a
Octal37333531601422224125132
Binary1111101111011101110011100110010010101010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDCE; }

 p { color: rgb(251,221,206); }

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

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

 a { background-color: rgb(251,221,206); }

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

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

 span { border-color: rgb(251,221,206); }

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