Html Css Color HEX #FED2C5 Cinderella

📋 copy color: '#FED2C5'

red 254 ◦ green 210 ◦ blue 197

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

Shades of Cinderella #FED2C5

Tints of Cinderella #FED2C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.8%

R = 38.43%
G = 31.77%
B = 29.8%

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

#FED2C5 (or 0xFED2C5) is known color: Cinderella. HEX triplet: FE, D2 and C5. RGB value is (254,210,197). Sum of RGB (Red+Green+Blue) = 254+210+197=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2C5 is #012D3A. Grayscale: #DDDDDD. Windows color (decimal): -77115 or 12964606. OLE color: 12964606.

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

Color convert

RGB 254 210 197 -
CMYK 0 0.17 0.22 0.00
HSL 13.68º 0.97% 0.88% -
HSV(B) 13.68º 0.22% 1% -
XYZ 74 71.2 62.67 -
YUV 221.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 254 210 197 0 0.17 0.22 0.00 13.68 0.97 0.88
Hex FE D2 C5 0 11 16 0 E 61 58
Octal 376 322 305 0 21 26 0 16 141 130
Binary 11111110 11010010 11000101 0 10001 10110 0 1110 1100001 1011000

Color Harmonies of #FED2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2C5

Black with #FED2C5

Text Example


Text Example

White with #FED2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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