#FFEBD0

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

Shades of Blanched Almond #FFEBD0

Tints of Blanched Almond #FFEBD0

Color information

#FFEBD0 (or 0xFFEBD0) is unknown color: approx Blanched Almond. HEX triplet: FF, EB and D0. RGB value is (255,235,208). Sum of RGB (Red+Green+Blue) = 255+235+208=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 208 (81.64% from 255 or 29.80% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBD0 is #00142F. Grayscale: #EEEEEE. Windows color (decimal): -5168 or 13691903. OLE color: 13691903.

HSL color Cylindrical-coordinate representation of color #FFEBD0: hue angle of 34.47º 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 #FFEBD0 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255235208-
CMYK00.080.180
HSL34.47º100%90.78%-
HSV(B)34.47º18.43%100%-
XYZ82.3385.2371.79-
YUV237.9111.13140.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.53%
GREEN value IS 235 (92.19% from 255) = 33.67%
BLUE value IS 208 (81.64% from 255) = 29.80%
R=36.53%
G=33.67%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523520800.080.18034.4710090.78
HexFFEBD00812022645b
Octal37735332001022042144133
Binary1111111111101011110100000100010010010001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBD0; }

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

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

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

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

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

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

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

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