#FEEADF

Color #FEEADF Chablis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chablis #FEEADF

Tints of Chablis #FEEADF

Color information

#FEEADF (or 0xFEEADF) is unknown color: approx Chablis. HEX triplet: FE, EA and DF. RGB value is (254,234,223). Sum of RGB (Red+Green+Blue) = 254+234+223=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEADF is #011520. Grayscale: #EEEEEE. Windows color (decimal): -70945 or 14674686. OLE color: 14674686.

HSL color Cylindrical-coordinate representation of color #FEEADF: hue angle of 21.29º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEEADF is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254234223-
CMYK00.080.120.00
HSL21.29º93.94%93.53%-
HSV(B)21.29º12.2%99.61%-
XYZ83.6285.2481.86-
YUV238.73119.13138.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.72%
GREEN value IS 234 (91.80% from 255) = 32.91%
BLUE value IS 223 (87.5% from 255) = 31.36%
R=35.72%
G=32.91%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423422300.080.120.0021.2993.9493.53
HexFEEADF08C0155e5e
Octal37635233701014025136136
Binary11111110111010101101111101000110001010110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEADF; }

 p { color: rgb(254,234,223); }

 H1.HeaderClassName
 {
   color: #FEEADF;
 }
 .AnyTagClassName
 {
   color: #FEEADF;
 }
</style>
background-color css

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

 a { background-color: rgb(254,234,223); }

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

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

 span { border-color: rgb(254,234,223); }

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