Html Css Color HEX #FCDBCD Cinderella

📋 copy color: '#FCDBCD'

red 252 ◦ green 219 ◦ blue 205

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

Shades of Cinderella #FCDBCD

Tints of Cinderella #FCDBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.33%

R = 37.28%
G = 32.4%
B = 30.33%

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

#FCDBCD (or 0xFCDBCD) is known color: Cinderella. HEX triplet: FC, DB and CD. RGB value is (252,219,205). Sum of RGB (Red+Green+Blue) = 252+219+205=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBCD is #032432. Grayscale: #E3E3E3. Windows color (decimal): -205875 or 13491196. OLE color: 13491196.

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

Color convert

RGB 252 219 205 -
CMYK 0 0.13 0.19 0.01
HSL 17.87º 0.89% 0.9% -
HSV(B) 17.87º 0.19% 0.99% -
XYZ 76.5 75.77 68.35 -
YUV 227.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 252 219 205 0 0.13 0.19 0.01 17.87 0.89 0.9
Hex FC DB CD 0 D 13 1 12 59 5A
Octal 374 333 315 0 15 23 1 22 131 132
Binary 11111100 11011011 11001101 0 1101 10011 1 10010 1011001 1011010

Color Harmonies of #FCDBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBCD

Black with #FCDBCD

Text Example


Text Example

White with #FCDBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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