#F8F5B7

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

Shades of Cumulus #F8F5B7

Tints of Cumulus #F8F5B7

Color information

#F8F5B7 (or 0xF8F5B7) is unknown color: approx Cumulus. HEX triplet: F8, F5 and B7. RGB value is (248,245,183). Sum of RGB (Red+Green+Blue) = 248+245+183=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 245 (96.09% from 255 or 36.24% from 676); Blue value is 183 (71.88% from 255 or 27.07% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F5B7 is #070A48. Grayscale: #EFEFEF. Windows color (decimal): -461385 or 12056056. OLE color: 12056056.

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

Color convert

RGB248245183-
CMYK00.010.260.03
HSL57.23º82.28%84.51%-
HSV(B)57.23º26.21%97.25%-
XYZ79.9188.6857.7-
YUV238.8396.49134.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.69%
GREEN value IS 245 (96.09% from 255) = 36.24%
BLUE value IS 183 (71.88% from 255) = 27.07%
R=36.69%
G=36.24%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824518300.010.260.0357.2382.2884.51
HexF8F5B7011A3395255
Octal3703652670132371122125
Binary11111000111101011011011101110101111100110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F5B7; }

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

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

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

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

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

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

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

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