#FEEBCA

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

Shades of Blanched Almond #FEEBCA

Tints of Blanched Almond #FEEBCA

Color information

#FEEBCA (or 0xFEEBCA) is unknown color: approx Blanched Almond. HEX triplet: FE, EB and CA. RGB value is (254,235,202). Sum of RGB (Red+Green+Blue) = 254+235+202=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBCA is #011435. Grayscale: #EDEDED. Windows color (decimal): -70710 or 13298686. OLE color: 13298686.

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

Color convert

RGB254235202-
CMYK00.070.200.00
HSL38.08º96.3%89.41%-
HSV(B)38.08º20.47%99.61%-
XYZ81.2484.7567.95-
YUV236.92108.29140.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 202 (79.30% from 255) = 29.23%
R=36.76%
G=34.01%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423520200.070.200.0038.0896.389.41
HexFEEBCA07140266059
Octal3763533120724046140131
Binary111111101110101111001010011110100010011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBCA; }

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

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

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

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

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

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

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

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