Html Css Color HEX #FED7CC Cinderella

📋 copy color: '#FED7CC'

red 254 ◦ green 215 ◦ blue 204

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

Shades of Cinderella #FED7CC

Tints of Cinderella #FED7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.95%

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

R = 37.74%
G = 31.95%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FED7CC (or 0xFED7CC) is known color: Cinderella. HEX triplet: FE, D7 and CC. RGB value is (254,215,204). Sum of RGB (Red+Green+Blue) = 254+215+204=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7CC is #012833. Grayscale: #E1E1E1. Windows color (decimal): -75828 or 13424638. OLE color: 13424638.

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

Color convert

RGB 254 215 204 -
CMYK 0 0.15 0.20 0.00
HSL 13.2º 0.96% 0.9% -
HSV(B) 13.2º 0.2% 1% -
XYZ 76.07 74.03 67.41 -
YUV 225.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 254 215 204 0 0.15 0.20 0.00 13.2 0.96 0.9
Hex FE D7 CC 0 F 14 0 D 60 5A
Octal 376 327 314 0 17 24 0 15 140 132
Binary 11111110 11010111 11001100 0 1111 10100 0 1101 1100000 1011010

Color Harmonies of #FED7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED7CC

Black with #FED7CC

Text Example


Text Example

White with #FED7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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