Html Css Color HEX #FEDACC Cinderella

📋 copy color: '#FEDACC'

red 254 ◦ green 218 ◦ blue 204

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

Shades of Cinderella #FEDACC

Tints of Cinderella #FEDACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.18%

R = 37.57%
G = 32.25%
B = 30.18%

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

#FEDACC (or 0xFEDACC) is known color: Cinderella. HEX triplet: FE, DA and CC. RGB value is (254,218,204). Sum of RGB (Red+Green+Blue) = 254+218+204=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDACC is #012533. Grayscale: #E3E3E3. Windows color (decimal): -75060 or 13425406. OLE color: 13425406.

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

Color convert

RGB 254 218 204 -
CMYK 0 0.14 0.20 0.00
HSL 16.8º 0.96% 0.9% -
HSV(B) 16.8º 0.2% 1% -
XYZ 76.84 75.57 67.66 -
YUV 227.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 254 218 204 0 0.14 0.20 0.00 16.8 0.96 0.9
Hex FE DA CC 0 E 14 0 11 60 5A
Octal 376 332 314 0 16 24 0 21 140 132
Binary 11111110 11011010 11001100 0 1110 10100 0 10001 1100000 1011010

Color Harmonies of #FEDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDACC

Black with #FEDACC

Text Example


Text Example

White with #FEDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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