#FEEBC9

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

Shades of Blanched Almond #FEEBC9

Tints of Blanched Almond #FEEBC9

Color information

#FEEBC9 (or 0xFEEBC9) is unknown color: approx Blanched Almond. HEX triplet: FE, EB and C9. RGB value is (254,235,201). Sum of RGB (Red+Green+Blue) = 254+235+201=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 201 (78.91% from 255 or 29.13% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBC9 is #011436. Grayscale: #ECECEC. Windows color (decimal): -70711 or 13233150. OLE color: 13233150.

HSL color Cylindrical-coordinate representation of color #FEEBC9: hue angle of 38.49º 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 #FEEBC9 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB254235201-
CMYK00.070.210.00
HSL38.49º96.36%89.22%-
HSV(B)38.49º20.87%99.61%-
XYZ81.1284.767.33-
YUV236.8107.79140.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 201 (78.91% from 255) = 29.13%
R=36.81%
G=34.06%
B=29.13%

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
Decimal25423520100.070.210.0038.4996.3689.22
HexFEEBC907150266059
Octal3763533110725046140131
Binary111111101110101111001001011110101010011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBC9; }

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

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

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

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

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

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

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

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