Html Css Color HEX #FBDCCC Cinderella

📋 copy color: '#FBDCCC'

red 251 ◦ green 220 ◦ blue 204

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

Shades of Cinderella #FBDCCC

Tints of Cinderella #FBDCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.59%

 BLUE value IS 204 (80.08% from 255) = 30.22%

R = 37.19%
G = 32.59%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBDCCC (or 0xFBDCCC) is known color: Cinderella. HEX triplet: FB, DC and CC. RGB value is (251,220,204). Sum of RGB (Red+Green+Blue) = 251+220+204=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCCC is #042333. Grayscale: #E3E3E3. Windows color (decimal): -271156 or 13425915. OLE color: 13425915.

HSL color Cylindrical-coordinate representation of color #FBDCCC: hue angle of 20.43º degrees, saturation: 0.85, 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 #FBDCCC is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 220 204 -
CMYK 0 0.12 0.19 0.02
HSL 20.43º 0.85% 0.89% -
HSV(B) 20.43º 0.19% 0.98% -
XYZ 76.28 76.06 67.79 -
YUV 227.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 251 220 204 0 0.12 0.19 0.02 20.43 0.85 0.89
Hex FB DC CC 0 C 13 2 14 55 59
Octal 373 334 314 0 14 23 2 24 125 131
Binary 11111011 11011100 11001100 0 1100 10011 10 10100 1010101 1011001

Color Harmonies of #FBDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDCCC

Black with #FBDCCC

Text Example


Text Example

White with #FBDCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDCCC; }

 p { color: rgb(251,220,204); }

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

background-color css

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

 a { background-color: rgb(251,220,204); }

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

border-color css

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

 span { border-color: rgb(251,220,204); }

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