#FEEBC8

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

Shades of Blanched Almond #FEEBC8

Tints of Blanched Almond #FEEBC8

Color information

#FEEBC8 (or 0xFEEBC8) is unknown color: approx Blanched Almond. HEX triplet: FE, EB and C8. RGB value is (254,235,200). Sum of RGB (Red+Green+Blue) = 254+235+200=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 200 (78.52% from 255 or 29.03% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBC8 is #011437. Grayscale: #ECECEC. Windows color (decimal): -70712 or 13167614. OLE color: 13167614.

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

Color convert

RGB254235200-
CMYK00.070.210.00
HSL38.89º96.43%89.02%-
HSV(B)38.89º21.26%99.61%-
XYZ81.0184.6666.71-
YUV236.69107.29140.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 200 (78.52% from 255) = 29.03%
R=36.87%
G=34.11%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423520000.070.210.0038.8996.4389.02
HexFEEBC807150276059
Octal3763533100725047140131
Binary111111101110101111001000011110101010011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBC8; }

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

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

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

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

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

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

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

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