Html Css Color HEX #FEDACA Cinderella

📋 copy color: '#FEDACA'

red 254 ◦ green 218 ◦ blue 202

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

Shades of Cinderella #FEDACA

Tints of Cinderella #FEDACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.34%

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

R = 37.69%
G = 32.34%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEDACA (or 0xFEDACA) is known color: Cinderella. HEX triplet: FE, DA and CA. RGB value is (254,218,202). Sum of RGB (Red+Green+Blue) = 254+218+202=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDACA is #012535. Grayscale: #E3E3E3. Windows color (decimal): -75062 or 13294334. OLE color: 13294334.

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

Color convert

RGB 254 218 202 -
CMYK 0 0.14 0.20 0.00
HSL 18.46º 0.96% 0.89% -
HSV(B) 18.46º 0.2% 1% -
XYZ 76.61 75.48 66.41 -
YUV 226.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 254 218 202 0 0.14 0.20 0.00 18.46 0.96 0.89
Hex FE DA CA 0 E 14 0 12 60 59
Octal 376 332 312 0 16 24 0 22 140 131
Binary 11111110 11011010 11001010 0 1110 10100 0 10010 1100000 1011001

Color Harmonies of #FEDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDACA

Black with #FEDACA

Text Example


Text Example

White with #FEDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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