#FFEBCA

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

Shades of Blanched Almond #FFEBCA

Tints of Blanched Almond #FFEBCA

Color information

#FFEBCA (or 0xFFEBCA) is unknown color: approx Blanched Almond. HEX triplet: FF, EB and CA. RGB value is (255,235,202). Sum of RGB (Red+Green+Blue) = 255+235+202=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 202 (79.30% from 255 or 29.19% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBCA is #001435. Grayscale: #EDEDED. Windows color (decimal): -5174 or 13298687. OLE color: 13298687.

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

Color convert

RGB255235202-
CMYK00.080.210
HSL37.36º100%89.61%-
HSV(B)37.36º20.78%100%-
XYZ81.6184.9467.97-
YUV237.22108.13140.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.85%
GREEN value IS 235 (92.19% from 255) = 33.96%
BLUE value IS 202 (79.30% from 255) = 29.19%
R=36.85%
G=33.96%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523520200.080.21037.3610089.61
HexFFEBCA0815025645a
Octal37735331201025045144132
Binary1111111111101011110010100100010101010010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBCA; }

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

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

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

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

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

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

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

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