#FEEBCD

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

Shades of Blanched Almond #FEEBCD

Tints of Blanched Almond #FEEBCD

Color information

#FEEBCD (or 0xFEEBCD) is unknown color: approx Blanched Almond. HEX triplet: FE, EB and CD. RGB value is (254,235,205). Sum of RGB (Red+Green+Blue) = 254+235+205=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBCD is #011432. Grayscale: #EDEDED. Windows color (decimal): -70707 or 13495294. OLE color: 13495294.

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

Color convert

RGB254235205-
CMYK00.070.190.00
HSL36.73º96.08%90%-
HSV(B)36.73º19.29%99.61%-
XYZ81.684.969.84-
YUV237.26109.79139.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 205 (80.47% from 255) = 29.54%
R=36.60%
G=33.86%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423520500.070.190.0036.7396.0890
HexFEEBCD0713025605a
Octal3763533150723045140132
Binary111111101110101111001101011110011010010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBCD; }

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

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

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

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

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

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

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

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