#FBEBD1

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

Shades of Blanched Almond #FBEBD1

Tints of Blanched Almond #FBEBD1

Color information

#FBEBD1 (or 0xFBEBD1) is unknown color: approx Blanched Almond. HEX triplet: FB, EB and D1. RGB value is (251,235,209). Sum of RGB (Red+Green+Blue) = 251+235+209=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 209 (82.03% from 255 or 30.07% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEBD1 is #04142E. Grayscale: #ECECEC. Windows color (decimal): -267311 or 13757435. OLE color: 13757435.

HSL color Cylindrical-coordinate representation of color #FBEBD1: hue angle of 37.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBEBD1 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB251235209-
CMYK00.060.170.02
HSL37.14º84%90.2%-
HSV(B)37.14º16.73%98.43%-
XYZ8184.5372.37-
YUV236.82112.3138.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.12%
GREEN value IS 235 (92.19% from 255) = 33.81%
BLUE value IS 209 (82.03% from 255) = 30.07%
R=36.12%
G=33.81%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123520900.060.170.0237.148490.2
HexFBEBD10611225545a
Octal3733533210621245124132
Binary1111101111101011110100010110100011010010110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEBD1; }

 p { color: rgb(251,235,209); }

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

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

 a { background-color: rgb(251,235,209); }

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

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

 span { border-color: rgb(251,235,209); }

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