#FEEBD2

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

Shades of Blanched Almond #FEEBD2

Tints of Blanched Almond #FEEBD2

Color information

#FEEBD2 (or 0xFEEBD2) is unknown color: approx Blanched Almond. HEX triplet: FE, EB and D2. RGB value is (254,235,210). Sum of RGB (Red+Green+Blue) = 254+235+210=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 210 (82.42% from 255 or 30.04% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBD2 is #01142D. Grayscale: #EDEDED. Windows color (decimal): -70702 or 13822974. OLE color: 13822974.

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

Color convert

RGB254235210-
CMYK00.070.170.00
HSL34.09º95.65%90.98%-
HSV(B)34.09º17.32%99.61%-
XYZ82.2185.1473.07-
YUV237.83112.29139.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 235 (92.19% from 255) = 33.62%
BLUE value IS 210 (82.42% from 255) = 30.04%
R=36.34%
G=33.62%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423521000.070.170.0034.0995.6590.98
HexFEEBD20711022605b
Octal3763533220721042140133
Binary111111101110101111010010011110001010001011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBD2; }

 p { color: rgb(254,235,210); }

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

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

 a { background-color: rgb(254,235,210); }

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

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

 span { border-color: rgb(254,235,210); }

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