Html Css Color HEX #FED1C5 Cinderella

📋 copy color: '#FED1C5'

red 254 ◦ green 209 ◦ blue 197

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

Shades of Cinderella #FED1C5

Tints of Cinderella #FED1C5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.67%

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

R = 38.48%
G = 31.67%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FED1C5 (or 0xFED1C5) is known color: Cinderella. HEX triplet: FE, D1 and C5. RGB value is (254,209,197). Sum of RGB (Red+Green+Blue) = 254+209+197=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1C5 is #012E3A. Grayscale: #DDDDDD. Windows color (decimal): -77371 or 12964350. OLE color: 12964350.

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

Color convert

RGB 254 209 197 -
CMYK 0 0.18 0.22 0.00
HSL 12.63º 0.97% 0.88% -
HSV(B) 12.63º 0.22% 1% -
XYZ 73.75 70.7 62.58 -
YUV 221.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 254 209 197 0 0.18 0.22 0.00 12.63 0.97 0.88
Hex FE D1 C5 0 12 16 0 D 61 58
Octal 376 321 305 0 22 26 0 15 141 130
Binary 11111110 11010001 11000101 0 10010 10110 0 1101 1100001 1011000

Color Harmonies of #FED1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED1C5

Black with #FED1C5

Text Example


Text Example

White with #FED1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED1C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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