Html Css Color HEX #FBD8CE Cinderella

📋 copy color: '#FBD8CE'

red 251 ◦ green 216 ◦ blue 206

#FBD8CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinderella #FBD8CE

Tints of Cinderella #FBD8CE

RGB

 RED value IS 251 (98.44% from 255) = 37.3%

 GREEN value IS 216 (84.77% from 255) = 32.1%

 BLUE value IS 206 (80.86% from 255) = 30.61%

R = 37.3%
G = 32.1%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBD8CE (or 0xFBD8CE) is known color: Cinderella. HEX triplet: FB, D8 and CE. RGB value is (251,216,206). Sum of RGB (Red+Green+Blue) = 251+216+206=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD8CE is #042731. Grayscale: #E1E1E1. Windows color (decimal): -272178 or 13555963. OLE color: 13555963.

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

Color convert

RGB 251 216 206 -
CMYK 0 0.14 0.18 0.02
HSL 13.33º 0.85% 0.9% -
HSV(B) 13.33º 0.18% 0.98% -
XYZ 75.48 74.08 68.71 -
YUV 225.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 251 216 206 0 0.14 0.18 0.02 13.33 0.85 0.9
Hex FB D8 CE 0 E 12 2 D 55 5A
Octal 373 330 316 0 16 22 2 15 125 132
Binary 11111011 11011000 11001110 0 1110 10010 10 1101 1010101 1011010

Color Harmonies of #FBD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD8CE

Black with #FBD8CE

Text Example


Text Example

White with #FBD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD8CE; }

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

 H1.HeaderClassName
 {
   color: #FBD8CE;
 }
 .AnyTagClassName
 {
   color: #FBD8CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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