#FBE7CC

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

Shades of Blanched Almond #FBE7CC

Tints of Blanched Almond #FBE7CC

Color information

#FBE7CC (or 0xFBE7CC) is unknown color: approx Blanched Almond. HEX triplet: FB, E7 and CC. RGB value is (251,231,204). Sum of RGB (Red+Green+Blue) = 251+231+204=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7CC is #041833. Grayscale: #EAEAEA. Windows color (decimal): -268340 or 13428731. OLE color: 13428731.

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

Color convert

RGB251231204-
CMYK00.080.190.02
HSL34.47º85.45%89.22%-
HSV(B)34.47º18.73%98.43%-
XYZ79.2682.0268.78-
YUV233.9111.13140.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 231 (90.62% from 255) = 33.67%
BLUE value IS 204 (80.08% from 255) = 29.74%
R=36.59%
G=33.67%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123120400.080.190.0234.4785.4589.22
HexFBE7CC08132225559
Octal37334731401023242125131
Binary11111011111001111100110001000100111010001010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE7CC; }

 p { color: rgb(251,231,204); }

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

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

 a { background-color: rgb(251,231,204); }

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

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

 span { border-color: rgb(251,231,204); }

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