Html Css Color HEX #FDD6CC Cinderella

📋 copy color: '#FDD6CC'

red 253 ◦ green 214 ◦ blue 204

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

Shades of Cinderella #FDD6CC

Tints of Cinderella #FDD6CC

RGB

 RED value IS 253 (99.22% from 255) = 37.7%

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

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

R = 37.7%
G = 31.89%
B = 30.4%

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

#FDD6CC (or 0xFDD6CC) is known color: Cinderella. HEX triplet: FD, D6 and CC. RGB value is (253,214,204). Sum of RGB (Red+Green+Blue) = 253+214+204=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6CC is #022933. Grayscale: #E0E0E0. Windows color (decimal): -141620 or 13424381. OLE color: 13424381.

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

Color convert

RGB 253 214 204 -
CMYK 0 0.15 0.19 0.01
HSL 12.24º 0.92% 0.9% -
HSV(B) 12.24º 0.19% 0.99% -
XYZ 75.45 73.34 67.31 -
YUV 224.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 253 214 204 0 0.15 0.19 0.01 12.24 0.92 0.9
Hex FD D6 CC 0 F 13 1 C 5C 5A
Octal 375 326 314 0 17 23 1 14 134 132
Binary 11111101 11010110 11001100 0 1111 10011 1 1100 1011100 1011010

Color Harmonies of #FDD6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6CC

Black with #FDD6CC

Text Example


Text Example

White with #FDD6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6CC; }

 p { color: rgb(253,214,204); }

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

background-color css

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

 a { background-color: rgb(253,214,204); }

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

border-color css

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

 span { border-color: rgb(253,214,204); }

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