#F8F5BB

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

Shades of Cumulus #F8F5BB

Tints of Cumulus #F8F5BB

Color information

#F8F5BB (or 0xF8F5BB) is unknown color: approx Cumulus. HEX triplet: F8, F5 and BB. RGB value is (248,245,187). Sum of RGB (Red+Green+Blue) = 248+245+187=680 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.47% from 680); Green value is 245 (96.09% from 255 or 36.03% from 680); Blue value is 187 (73.44% from 255 or 27.5% from 680); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F5BB is #070A44. Grayscale: #EFEFEF. Windows color (decimal): -461381 or 12318200. OLE color: 12318200.

HSL color Cylindrical-coordinate representation of color #F8F5BB: hue angle of 57.05º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8F5BB is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248245187-
CMYK00.010.250.03
HSL57.05º81.33%85.29%-
HSV(B)57.05º24.6%97.25%-
XYZ80.3388.8559.93-
YUV239.2898.49134.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.47%
GREEN value IS 245 (96.09% from 255) = 36.03%
BLUE value IS 187 (73.44% from 255) = 27.5%
R=36.47%
G=36.03%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824518700.010.250.0357.0581.3385.29
HexF8F5BB01193395155
Octal3703652730131371121125
Binary11111000111101011011101101110011111100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F5BB; }

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

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

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

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

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

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

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

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