#FAE2CB

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

Shades of Bisque #FAE2CB

Tints of Bisque #FAE2CB

Color information

#FAE2CB (or 0xFAE2CB) is unknown color: approx Bisque. HEX triplet: FA, E2 and CB. RGB value is (250,226,203). Sum of RGB (Red+Green+Blue) = 250+226+203=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 203 (79.69% from 255 or 29.90% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2CB is #051D34. Grayscale: #E6E6E6. Windows color (decimal): -335157 or 13361914. OLE color: 13361914.

HSL color Cylindrical-coordinate representation of color #FAE2CB: hue angle of 29.36º degrees, saturation: 0.82, 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 #FAE2CB is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250226203-
CMYK00.100.190.02
HSL29.36º82.46%88.82%-
HSV(B)29.36º18.8%98.04%-
XYZ77.479.0367.67-
YUV230.55112.45141.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 203 (79.69% from 255) = 29.90%
R=36.82%
G=33.28%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022620300.100.190.0229.3682.4688.82
HexFAE2CB0A1321d5259
Octal37234231301223235122131
Binary1111101011100010110010110101010011101110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2CB; }

 p { color: rgb(250,226,203); }

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

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

 a { background-color: rgb(250,226,203); }

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

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

 span { border-color: rgb(250,226,203); }

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