#F5F1BE

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

Shades of Cumulus #F5F1BE

Tints of Cumulus #F5F1BE

Color information

#F5F1BE (or 0xF5F1BE) is unknown color: approx Cumulus. HEX triplet: F5, F1 and BE. RGB value is (245,241,190). Sum of RGB (Red+Green+Blue) = 245+241+190=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 190 (74.61% from 255 or 28.11% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1BE is #0A0E41. Grayscale: #ECECEC. Windows color (decimal): -659010 or 12513781. OLE color: 12513781.

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

Color convert

RGB245241190-
CMYK00.020.220.04
HSL55.64º73.33%85.29%-
HSV(B)55.64º22.45%96.08%-
XYZ78.4186.0461.19-
YUV236.38101.83134.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.24%
GREEN value IS 241 (94.53% from 255) = 35.65%
BLUE value IS 190 (74.61% from 255) = 28.11%
R=36.24%
G=35.65%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524119000.020.220.0455.6473.3385.29
HexF5F1BE02164384955
Octal3653612760226470111125
Binary1111010111110001101111100101011010011100010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F1BE; }

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

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

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

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

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

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

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

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