Html Css Color HEX #FED7CA Cinderella

📋 copy color: '#FED7CA'

red 254 ◦ green 215 ◦ blue 202

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

Shades of Cinderella #FED7CA

Tints of Cinderella #FED7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.04%

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

R = 37.85%
G = 32.04%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FED7CA (or 0xFED7CA) is known color: Cinderella. HEX triplet: FE, D7 and CA. RGB value is (254,215,202). Sum of RGB (Red+Green+Blue) = 254+215+202=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7CA is #012835. Grayscale: #E1E1E1. Windows color (decimal): -75830 or 13293566. OLE color: 13293566.

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

Color convert

RGB 254 215 202 -
CMYK 0 0.15 0.20 0.00
HSL 15º 0.96% 0.89% -
HSV(B) 15º 0.2% 1% -
XYZ 75.83 73.94 66.15 -
YUV 225.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 254 215 202 0 0.15 0.20 0.00 15 0.96 0.89
Hex FE D7 CA 0 F 14 0 F 60 59
Octal 376 327 312 0 17 24 0 17 140 131
Binary 11111110 11010111 11001010 0 1111 10100 0 1111 1100000 1011001

Color Harmonies of #FED7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED7CA

Black with #FED7CA

Text Example


Text Example

White with #FED7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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