Html Css Color HEX #FCDBCB Cinderella

📋 copy color: '#FCDBCB'

red 252 ◦ green 219 ◦ blue 203

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

Shades of Cinderella #FCDBCB

Tints of Cinderella #FCDBCB

RGB

 RED value IS 252 (98.83% from 255) = 37.39%

 GREEN value IS 219 (85.94% from 255) = 32.49%

 BLUE value IS 203 (79.69% from 255) = 30.12%

R = 37.39%
G = 32.49%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCDBCB (or 0xFCDBCB) is known color: Cinderella. HEX triplet: FC, DB and CB. RGB value is (252,219,203). Sum of RGB (Red+Green+Blue) = 252+219+203=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBCB is #032434. Grayscale: #E3E3E3. Windows color (decimal): -205877 or 13360124. OLE color: 13360124.

HSL color Cylindrical-coordinate representation of color #FCDBCB: hue angle of 19.59º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCDBCB is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 219 203 -
CMYK 0 0.13 0.19 0.01
HSL 19.59º 0.89% 0.89% -
HSV(B) 19.59º 0.19% 0.99% -
XYZ 76.26 75.67 67.09 -
YUV 227.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 252 219 203 0 0.13 0.19 0.01 19.59 0.89 0.89
Hex FC DB CB 0 D 13 1 14 59 59
Octal 374 333 313 0 15 23 1 24 131 131
Binary 11111100 11011011 11001011 0 1101 10011 1 10100 1011001 1011001

Color Harmonies of #FCDBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBCB

Black with #FCDBCB

Text Example


Text Example

White with #FCDBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBCB; }

 p { color: rgb(252,219,203); }

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

background-color css

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

 a { background-color: rgb(252,219,203); }

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

border-color css

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

 span { border-color: rgb(252,219,203); }

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