Html Css Color HEX #FCDDCD Cinderella

📋 copy color: '#FCDDCD'

red 252 ◦ green 221 ◦ blue 205

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

Shades of Cinderella #FCDDCD

Tints of Cinderella #FCDDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.6%

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

R = 37.17%
G = 32.6%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCDDCD (or 0xFCDDCD) is known color: Cinderella. HEX triplet: FC, DD and CD. RGB value is (252,221,205). Sum of RGB (Red+Green+Blue) = 252+221+205=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDCD is #032232. Grayscale: #E4E4E4. Windows color (decimal): -205363 or 13491708. OLE color: 13491708.

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

Color convert

RGB 252 221 205 -
CMYK 0 0.12 0.19 0.01
HSL 20.43º 0.89% 0.9% -
HSV(B) 20.43º 0.19% 0.99% -
XYZ 77.02 76.82 68.53 -
YUV 228.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 252 221 205 0 0.12 0.19 0.01 20.43 0.89 0.9
Hex FC DD CD 0 C 13 1 14 59 5A
Octal 374 335 315 0 14 23 1 24 131 132
Binary 11111100 11011101 11001101 0 1100 10011 1 10100 1011001 1011010

Color Harmonies of #FCDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDCD

Black with #FCDDCD

Text Example


Text Example

White with #FCDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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