Html Css Color HEX #FEDAC8 Cinderella

📋 copy color: '#FEDAC8'

red 254 ◦ green 218 ◦ blue 200

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

Shades of Cinderella #FEDAC8

Tints of Cinderella #FEDAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.76%

R = 37.8%
G = 32.44%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEDAC8 (or 0xFEDAC8) is known color: Cinderella. HEX triplet: FE, DA and C8. RGB value is (254,218,200). Sum of RGB (Red+Green+Blue) = 254+218+200=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAC8 is #012537. Grayscale: #E2E2E2. Windows color (decimal): -75064 or 13163262. OLE color: 13163262.

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

Color convert

RGB 254 218 200 -
CMYK 0 0.14 0.21 0.00
HSL 20º 0.96% 0.89% -
HSV(B) 20º 0.21% 1% -
XYZ 76.37 75.38 65.17 -
YUV 226.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 254 218 200 0 0.14 0.21 0.00 20 0.96 0.89
Hex FE DA C8 0 E 15 0 14 60 59
Octal 376 332 310 0 16 25 0 24 140 131
Binary 11111110 11011010 11001000 0 1110 10101 0 10100 1100000 1011001

Color Harmonies of #FEDAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDAC8

Black with #FEDAC8

Text Example


Text Example

White with #FEDAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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