#FBE2CA

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

Shades of Bisque #FBE2CA

Tints of Bisque #FBE2CA

Color information

#FBE2CA (or 0xFBE2CA) is unknown color: approx Bisque. HEX triplet: FB, E2 and CA. RGB value is (251,226,202). Sum of RGB (Red+Green+Blue) = 251+226+202=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2CA is #041D35. Grayscale: #E6E6E6. Windows color (decimal): -269622 or 13296379. OLE color: 13296379.

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

Color convert

RGB251226202-
CMYK00.100.200.02
HSL29.39º85.96%88.82%-
HSV(B)29.39º19.52%98.43%-
XYZ77.6479.1767.07-
YUV230.74111.78142.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 202 (79.30% from 255) = 29.75%
R=36.97%
G=33.28%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122620200.100.200.0229.3985.9688.82
HexFBE2CA0A1421d5659
Octal37334231201224235126131
Binary1111101111100010110010100101010100101110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2CA; }

 p { color: rgb(251,226,202); }

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

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

 a { background-color: rgb(251,226,202); }

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

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

 span { border-color: rgb(251,226,202); }

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