#FEEAC6

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

Shades of Blanched Almond #FEEAC6

Tints of Blanched Almond #FEEAC6

Color information

#FEEAC6 (or 0xFEEAC6) is unknown color: approx Blanched Almond. HEX triplet: FE, EA and C6. RGB value is (254,234,198). Sum of RGB (Red+Green+Blue) = 254+234+198=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 198 (77.73% from 255 or 28.86% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAC6 is #011539. Grayscale: #ECECEC. Windows color (decimal): -70970 or 13036286. OLE color: 13036286.

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

Color convert

RGB254234198-
CMYK00.080.220.00
HSL38.57º96.55%88.63%-
HSV(B)38.57º22.05%99.61%-
XYZ80.4983.9965.4-
YUV235.88106.63140.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 198 (77.73% from 255) = 28.86%
R=37.03%
G=34.11%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423419800.080.220.0038.5796.5588.63
HexFEEAC608160276159
Octal37635230601026047141131
Binary1111111011101010110001100100010110010011111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAC6; }

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

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

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

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

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

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

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

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