#FBEACF

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

Shades of Blanched Almond #FBEACF

Tints of Blanched Almond #FBEACF

Color information

#FBEACF (or 0xFBEACF) is unknown color: approx Blanched Almond. HEX triplet: FB, EA and CF. RGB value is (251,234,207). Sum of RGB (Red+Green+Blue) = 251+234+207=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 207 (81.25% from 255 or 29.91% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEACF is #041530. Grayscale: #ECECEC. Windows color (decimal): -267569 or 13626107. OLE color: 13626107.

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

Color convert

RGB251234207-
CMYK00.070.180.02
HSL36.82º84.62%89.8%-
HSV(B)36.82º17.53%98.43%-
XYZ80.4783.8670.98-
YUV236111.63138.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 207 (81.25% from 255) = 29.91%
R=36.27%
G=33.82%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123420700.070.180.0236.8284.6289.8
HexFBEACF0712225555a
Octal3733523170722245125132
Binary1111101111101010110011110111100101010010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEACF; }

 p { color: rgb(251,234,207); }

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

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

 a { background-color: rgb(251,234,207); }

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

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

 span { border-color: rgb(251,234,207); }

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