#F1F0BE

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

Shades of Cumulus #F1F0BE

Tints of Cumulus #F1F0BE

Color information

#F1F0BE (or 0xF1F0BE) is unknown color: approx Cumulus. HEX triplet: F1, F0 and BE. RGB value is (241,240,190). Sum of RGB (Red+Green+Blue) = 241+240+190=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 190 (74.61% from 255 or 28.32% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0BE is #0E0F41. Grayscale: #EAEAEA. Windows color (decimal): -921410 or 12513521. OLE color: 12513521.

HSL color Cylindrical-coordinate representation of color #F1F0BE: hue angle of 58.82º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1F0BE is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241240190-
CMYK00.000.210.05
HSL58.82º64.56%84.51%-
HSV(B)58.82º21.16%94.51%-
XYZ76.7384.7461.03-
YUV234.6102.83132.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.92%
GREEN value IS 240 (94.14% from 255) = 35.77%
BLUE value IS 190 (74.61% from 255) = 28.32%
R=35.92%
G=35.77%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124019000.000.210.0558.8264.5684.51
HexF1F0BE001553b4155
Octal3613602760025573101125
Binary111100011111000010111110001010110111101110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0BE; }

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

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

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

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

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

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

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

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