Html Css Color HEX #FEDACE Cinderella

📋 copy color: '#FEDACE'

red 254 ◦ green 218 ◦ blue 206

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

Shades of Cinderella #FEDACE

Tints of Cinderella #FEDACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.38%

R = 37.46%
G = 32.15%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEDACE (or 0xFEDACE) is known color: Cinderella. HEX triplet: FE, DA and CE. RGB value is (254,218,206). Sum of RGB (Red+Green+Blue) = 254+218+206=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDACE is #012531. Grayscale: #E3E3E3. Windows color (decimal): -75058 or 13556478. OLE color: 13556478.

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

Color convert

RGB 254 218 206 -
CMYK 0 0.14 0.19 0.00
HSL 15º 0.96% 0.9% -
HSV(B) 15º 0.19% 1% -
XYZ 77.09 75.67 68.94 -
YUV 227.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 254 218 206 0 0.14 0.19 0.00 15 0.96 0.9
Hex FE DA CE 0 E 13 0 F 60 5A
Octal 376 332 316 0 16 23 0 17 140 132
Binary 11111110 11011010 11001110 0 1110 10011 0 1111 1100000 1011010

Color Harmonies of #FEDACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDACE

Black with #FEDACE

Text Example


Text Example

White with #FEDACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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