#FBE1CA

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

Shades of Bisque #FBE1CA

Tints of Bisque #FBE1CA

Color information

#FBE1CA (or 0xFBE1CA) is unknown color: approx Bisque. HEX triplet: FB, E1 and CA. RGB value is (251,225,202). Sum of RGB (Red+Green+Blue) = 251+225+202=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1CA is #041E35. Grayscale: #E6E6E6. Windows color (decimal): -269878 or 13296123. OLE color: 13296123.

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

Color convert

RGB251225202-
CMYK00.100.200.02
HSL28.16º85.96%88.82%-
HSV(B)28.16º19.52%98.43%-
XYZ77.3778.6266.98-
YUV230.15112.11142.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 225 (88.28% from 255) = 33.19%
BLUE value IS 202 (79.30% from 255) = 29.79%
R=37.02%
G=33.19%
B=29.79%

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
Decimal25122520200.100.200.0228.1685.9688.82
HexFBE1CA0A1421c5659
Octal37334131201224234126131
Binary1111101111100001110010100101010100101110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1CA; }

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

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

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

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

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

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

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

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