Html Css Color HEX #FEDDCC Cinderella

📋 copy color: '#FEDDCC'

red 254 ◦ green 221 ◦ blue 204

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

Shades of Cinderella #FEDDCC

Tints of Cinderella #FEDDCC

RGB

 RED value IS 254 (99.61% from 255) = 37.41%

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

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

R = 37.41%
G = 32.55%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEDDCC (or 0xFEDDCC) is known color: Cinderella. HEX triplet: FE, DD and CC. RGB value is (254,221,204). Sum of RGB (Red+Green+Blue) = 254+221+204=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDCC is #012233. Grayscale: #E5E5E5. Windows color (decimal): -74292 or 13426174. OLE color: 13426174.

HSL color Cylindrical-coordinate representation of color #FEDDCC: hue angle of 20.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEDDCC is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 204 -
CMYK 0 0.13 0.20 0.00
HSL 20.4º 0.96% 0.9% -
HSV(B) 20.4º 0.2% 1% -
XYZ 77.63 77.14 67.93 -
YUV 228.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 254 221 204 0 0.13 0.20 0.00 20.4 0.96 0.9
Hex FE DD CC 0 D 14 0 14 60 5A
Octal 376 335 314 0 15 24 0 24 140 132
Binary 11111110 11011101 11001100 0 1101 10100 0 10100 1100000 1011010

Color Harmonies of #FEDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDCC

Black with #FEDDCC

Text Example


Text Example

White with #FEDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDCC; }

 p { color: rgb(254,221,204); }

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

background-color css

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

 a { background-color: rgb(254,221,204); }

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

border-color css

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

 span { border-color: rgb(254,221,204); }

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