#FAE2CC

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

Shades of Bisque #FAE2CC

Tints of Bisque #FAE2CC

Color information

#FAE2CC (or 0xFAE2CC) is unknown color: approx Bisque. HEX triplet: FA, E2 and CC. RGB value is (250,226,204). Sum of RGB (Red+Green+Blue) = 250+226+204=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2CC is #051D33. Grayscale: #E6E6E6. Windows color (decimal): -335156 or 13427450. OLE color: 13427450.

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

Color convert

RGB250226204-
CMYK00.100.180.02
HSL28.7º82.14%89.02%-
HSV(B)28.7º18.4%98.04%-
XYZ77.5279.0868.3-
YUV230.67112.95141.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 226 (88.67% from 255) = 33.24%
BLUE value IS 204 (80.08% from 255) = 30%
R=36.76%
G=33.24%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022620400.100.180.0228.782.1489.02
HexFAE2CC0A1221d5259
Octal37234231401222235122131
Binary1111101011100010110011000101010010101110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2CC; }

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

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

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

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

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

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

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

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