Html Css Color HEX #FED1C3 Cinderella

📋 copy color: '#FED1C3'

red 254 ◦ green 209 ◦ blue 195

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

Shades of Cinderella #FED1C3

Tints of Cinderella #FED1C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.64%

R = 38.6%
G = 31.76%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FED1C3 (or 0xFED1C3) is known color: Cinderella. HEX triplet: FE, D1 and C3. RGB value is (254,209,195). Sum of RGB (Red+Green+Blue) = 254+209+195=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 195 (76.56% from 255 or 29.64% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1C3 is #012E3C. Grayscale: #DCDCDC. Windows color (decimal): -77373 or 12833278. OLE color: 12833278.

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

Color convert

RGB 254 209 195 -
CMYK 0 0.18 0.23 0.00
HSL 14.24º 0.97% 0.88% -
HSV(B) 14.24º 0.23% 1% -
XYZ 73.52 70.61 61.38 -
YUV 220.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 254 209 195 0 0.18 0.23 0.00 14.24 0.97 0.88
Hex FE D1 C3 0 12 17 0 E 61 58
Octal 376 321 303 0 22 27 0 16 141 130
Binary 11111110 11010001 11000011 0 10010 10111 0 1110 1100001 1011000

Color Harmonies of #FED1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED1C3

Black with #FED1C3

Text Example


Text Example

White with #FED1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED1C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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