Html Css Color HEX #FEDCCA Cinderella

📋 copy color: '#FEDCCA'

red 254 ◦ green 220 ◦ blue 202

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

Shades of Cinderella #FEDCCA

Tints of Cinderella #FEDCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.54%

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

R = 37.57%
G = 32.54%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEDCCA (or 0xFEDCCA) is known color: Cinderella. HEX triplet: FE, DC and CA. RGB value is (254,220,202). Sum of RGB (Red+Green+Blue) = 254+220+202=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCCA is #012335. Grayscale: #E4E4E4. Windows color (decimal): -74550 or 13294846. OLE color: 13294846.

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

Color convert

RGB 254 220 202 -
CMYK 0 0.13 0.20 0.00
HSL 20.77º 0.96% 0.89% -
HSV(B) 20.77º 0.2% 1% -
XYZ 77.13 76.52 66.58 -
YUV 228.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 254 220 202 0 0.13 0.20 0.00 20.77 0.96 0.89
Hex FE DC CA 0 D 14 0 15 60 59
Octal 376 334 312 0 15 24 0 25 140 131
Binary 11111110 11011100 11001010 0 1101 10100 0 10101 1100000 1011001

Color Harmonies of #FEDCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCCA

Black with #FEDCCA

Text Example


Text Example

White with #FEDCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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