#F5F1BB

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

Shades of Cumulus #F5F1BB

Tints of Cumulus #F5F1BB

Color information

#F5F1BB (or 0xF5F1BB) is unknown color: approx Cumulus. HEX triplet: F5, F1 and BB. RGB value is (245,241,187). Sum of RGB (Red+Green+Blue) = 245+241+187=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 187 (73.44% from 255 or 27.79% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1BB is #0A0E44. Grayscale: #ECECEC. Windows color (decimal): -659013 or 12317173. OLE color: 12317173.

HSL color Cylindrical-coordinate representation of color #F5F1BB: hue angle of 55.86º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5F1BB is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245241187-
CMYK00.020.240.04
HSL55.86º74.36%84.71%-
HSV(B)55.86º23.67%96.08%-
XYZ78.0885.9159.48-
YUV236.04100.33134.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.40%
GREEN value IS 241 (94.53% from 255) = 35.81%
BLUE value IS 187 (73.44% from 255) = 27.79%
R=36.40%
G=35.81%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524118700.020.240.0455.8674.3684.71
HexF5F1BB02184384a55
Octal3653612730230470112125
Binary1111010111110001101110110101100010011100010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F1BB; }

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

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

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

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

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

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

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

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