#FFEBD1

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

Shades of Blanched Almond #FFEBD1

Tints of Blanched Almond #FFEBD1

Color information

#FFEBD1 (or 0xFFEBD1) is unknown color: approx Blanched Almond. HEX triplet: FF, EB and D1. RGB value is (255,235,209). Sum of RGB (Red+Green+Blue) = 255+235+209=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 209 (82.03% from 255 or 29.90% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBD1 is #00142E. Grayscale: #EEEEEE. Windows color (decimal): -5167 or 13757439. OLE color: 13757439.

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

Color convert

RGB255235209-
CMYK00.080.180
HSL33.91º100%90.98%-
HSV(B)33.91º18.04%100%-
XYZ82.4685.2872.44-
YUV238.02111.63140.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.48%
GREEN value IS 235 (92.19% from 255) = 33.62%
BLUE value IS 209 (82.03% from 255) = 29.90%
R=36.48%
G=33.62%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523520900.080.18033.9110090.98
HexFFEBD10812022645b
Octal37735332101022042144133
Binary1111111111101011110100010100010010010001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBD1; }

 p { color: rgb(255,235,209); }

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

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

 a { background-color: rgb(255,235,209); }

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

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

 span { border-color: rgb(255,235,209); }

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