Html Css Color HEX #FED2C7 Cinderella

📋 copy color: '#FED2C7'

red 254 ◦ green 210 ◦ blue 199

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

Shades of Cinderella #FED2C7

Tints of Cinderella #FED2C7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.67%

 BLUE value IS 199 (78.13% from 255) = 30.02%

R = 38.31%
G = 31.67%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FED2C7 (or 0xFED2C7) is known color: Cinderella. HEX triplet: FE, D2 and C7. RGB value is (254,210,199). Sum of RGB (Red+Green+Blue) = 254+210+199=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 199 (78.12% from 255 or 30.02% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2C7 is #012D38. Grayscale: #DDDDDD. Windows color (decimal): -77113 or 13095678. OLE color: 13095678.

HSL color Cylindrical-coordinate representation of color #FED2C7: hue angle of 12º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FED2C7 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 210 199 -
CMYK 0 0.17 0.22 0.00
HSL 12º 0.96% 0.89% -
HSV(B) 12º 0.22% 1% -
XYZ 74.23 71.29 63.88 -
YUV 221.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 254 210 199 0 0.17 0.22 0.00 12 0.96 0.89
Hex FE D2 C7 0 11 16 0 C 60 59
Octal 376 322 307 0 21 26 0 14 140 131
Binary 11111110 11010010 11000111 0 10001 10110 0 1100 1100000 1011001

Color Harmonies of #FED2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2C7

Black with #FED2C7

Text Example


Text Example

White with #FED2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2C7; }

 p { color: rgb(254,210,199); }

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

background-color css

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

 a { background-color: rgb(254,210,199); }

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

border-color css

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

 span { border-color: rgb(254,210,199); }

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