#FAE2CD

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

Shades of Bisque #FAE2CD

Tints of Bisque #FAE2CD

Color information

#FAE2CD (or 0xFAE2CD) is unknown color: approx Bisque. HEX triplet: FA, E2 and CD. RGB value is (250,226,205). Sum of RGB (Red+Green+Blue) = 250+226+205=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2CD is #051D32. Grayscale: #E6E6E6. Windows color (decimal): -335155 or 13492986. OLE color: 13492986.

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

Color convert

RGB250226205-
CMYK00.100.180.02
HSL28º81.82%89.22%-
HSV(B)28º18%98.04%-
XYZ77.6479.1268.94-
YUV230.78113.45141.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 226 (88.67% from 255) = 33.19%
BLUE value IS 205 (80.47% from 255) = 30.10%
R=36.71%
G=33.19%
B=30.10%

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
Decimal25022620500.100.180.022881.8289.22
HexFAE2CD0A1221c5259
Octal37234231501222234122131
Binary1111101011100010110011010101010010101110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2CD; }

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

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

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

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

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

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

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

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