Html Css Color HEX #FED5CA Cinderella

📋 copy color: '#FED5CA'

red 254 ◦ green 213 ◦ blue 202

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

Shades of Cinderella #FED5CA

Tints of Cinderella #FED5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.84%

 BLUE value IS 202 (79.3% from 255) = 30.19%

R = 37.97%
G = 31.84%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FED5CA (or 0xFED5CA) is known color: Cinderella. HEX triplet: FE, D5 and CA. RGB value is (254,213,202). Sum of RGB (Red+Green+Blue) = 254+213+202=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5CA is #012A35. Grayscale: #E0E0E0. Windows color (decimal): -76342 or 13293054. OLE color: 13293054.

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

Color convert

RGB 254 213 202 -
CMYK 0 0.16 0.20 0.00
HSL 12.69º 0.96% 0.89% -
HSV(B) 12.69º 0.2% 1% -
XYZ 75.33 72.92 65.98 -
YUV 224.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 254 213 202 0 0.16 0.20 0.00 12.69 0.96 0.89
Hex FE D5 CA 0 10 14 0 D 60 59
Octal 376 325 312 0 20 24 0 15 140 131
Binary 11111110 11010101 11001010 0 10000 10100 0 1101 1100000 1011001

Color Harmonies of #FED5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5CA

Black with #FED5CA

Text Example


Text Example

White with #FED5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5CA; }

 p { color: rgb(254,213,202); }

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

background-color css

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

 a { background-color: rgb(254,213,202); }

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

border-color css

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

 span { border-color: rgb(254,213,202); }

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