#FBDACF

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

Shades of Cinderella #FBDACF

Tints of Cinderella #FBDACF

Color information

#FBDACF (or 0xFBDACF) is unknown color: approx Cinderella. HEX triplet: FB, DA and CF. RGB value is (251,218,207). Sum of RGB (Red+Green+Blue) = 251+218+207=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDACF is #042530. Grayscale: #E2E2E2. Windows color (decimal): -271665 or 13622011. OLE color: 13622011.

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

Color convert

RGB251218207-
CMYK00.130.180.02
HSL15º84.62%89.8%-
HSV(B)15º17.53%98.43%-
XYZ76.1275.1669.53-
YUV226.61116.93145.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 207 (81.25% from 255) = 30.62%
R=37.13%
G=32.25%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121820700.130.180.021584.6289.8
HexFBDACF0D122f555a
Octal37333231701522217125132
Binary111110111101101011001111011011001010111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDACF; }

 p { color: rgb(251,218,207); }

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

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

 a { background-color: rgb(251,218,207); }

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

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

 span { border-color: rgb(251,218,207); }

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