#FBF8BB

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

Shades of Cumulus #FBF8BB

Tints of Cumulus #FBF8BB

Color information

#FBF8BB (or 0xFBF8BB) is unknown color: approx Cumulus. HEX triplet: FB, F8 and BB. RGB value is (251,248,187). Sum of RGB (Red+Green+Blue) = 251+248+187=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 187 (73.44% from 255 or 27.26% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF8BB is #040744. Grayscale: #F2F2F2. Windows color (decimal): -264005 or 12318971. OLE color: 12318971.

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

Color convert

RGB251248187-
CMYK00.010.250.02
HSL57.19º88.89%85.88%-
HSV(B)57.19º25.5%98.43%-
XYZ82.3291.2360.28-
YUV241.9496.99134.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 248 (97.27% from 255) = 36.15%
BLUE value IS 187 (73.44% from 255) = 27.26%
R=36.59%
G=36.15%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124818700.010.250.0257.1988.8985.88
HexFBF8BB01192395956
Octal3733702730131271131126
Binary11111011111110001011101101110011011100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8BB; }

 p { color: rgb(251,248,187); }

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

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

 a { background-color: rgb(251,248,187); }

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

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

 span { border-color: rgb(251,248,187); }

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