#FBE3CC

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

Shades of Bisque #FBE3CC

Tints of Bisque #FBE3CC

Color information

#FBE3CC (or 0xFBE3CC) is unknown color: approx Bisque. HEX triplet: FB, E3 and CC. RGB value is (251,227,204). Sum of RGB (Red+Green+Blue) = 251+227+204=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE3CC is #041C33. Grayscale: #E7E7E7. Windows color (decimal): -269364 or 13427707. OLE color: 13427707.

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

Color convert

RGB251227204-
CMYK00.100.190.02
HSL29.36º85.45%89.22%-
HSV(B)29.36º18.73%98.43%-
XYZ78.1579.8168.41-
YUV231.55112.45141.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 227 (89.06% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 29.91%
R=36.80%
G=33.28%
B=29.91%

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
Decimal25122720400.100.190.0229.3685.4589.22
HexFBE3CC0A1321d5559
Octal37334331401223235125131
Binary1111101111100011110011000101010011101110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE3CC; }

 p { color: rgb(251,227,204); }

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

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

 a { background-color: rgb(251,227,204); }

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

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

 span { border-color: rgb(251,227,204); }

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