#FEE7CD

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

Shades of Blanched Almond #FEE7CD

Tints of Blanched Almond #FEE7CD

Color information

#FEE7CD (or 0xFEE7CD) is unknown color: approx Blanched Almond. HEX triplet: FE, E7 and CD. RGB value is (254,231,205). Sum of RGB (Red+Green+Blue) = 254+231+205=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 205 (80.47% from 255 or 29.71% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7CD is #011832. Grayscale: #EBEBEB. Windows color (decimal): -71731 or 13494270. OLE color: 13494270.

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

Color convert

RGB254231205-
CMYK00.090.190.00
HSL31.84º96.08%90%-
HSV(B)31.84º19.29%99.61%-
XYZ80.4782.6369.47-
YUV234.91111.12141.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 231 (90.62% from 255) = 33.48%
BLUE value IS 205 (80.47% from 255) = 29.71%
R=36.81%
G=33.48%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423120500.090.190.0031.8496.0890
HexFEE7CD0913020605a
Octal37634731501123040140132
Binary1111111011100111110011010100110011010000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE7CD; }

 p { color: rgb(254,231,205); }

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

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

 a { background-color: rgb(254,231,205); }

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

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

 span { border-color: rgb(254,231,205); }

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