Html Css Color HEX #FCD6CD Cinderella

📋 copy color: '#FCD6CD'

red 252 ◦ green 214 ◦ blue 205

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

Shades of Cinderella #FCD6CD

Tints of Cinderella #FCD6CD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.89%

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

R = 37.56%
G = 31.89%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCD6CD (or 0xFCD6CD) is known color: Cinderella. HEX triplet: FC, D6 and CD. RGB value is (252,214,205). Sum of RGB (Red+Green+Blue) = 252+214+205=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6CD is #032932. Grayscale: #E0E0E0. Windows color (decimal): -207155 or 13489916. OLE color: 13489916.

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

Color convert

RGB 252 214 205 -
CMYK 0 0.15 0.19 0.01
HSL 11.49º 0.89% 0.9% -
HSV(B) 11.49º 0.19% 0.99% -
XYZ 75.21 73.2 67.92 -
YUV 224.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 252 214 205 0 0.15 0.19 0.01 11.49 0.89 0.9
Hex FC D6 CD 0 F 13 1 B 59 5A
Octal 374 326 315 0 17 23 1 13 131 132
Binary 11111100 11010110 11001101 0 1111 10011 1 1011 1011001 1011010

Color Harmonies of #FCD6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6CD

Black with #FCD6CD

Text Example


Text Example

White with #FCD6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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