#F1F0BF

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

Shades of Cumulus #F1F0BF

Tints of Cumulus #F1F0BF

Color information

#F1F0BF (or 0xF1F0BF) is unknown color: approx Cumulus. HEX triplet: F1, F0 and BF. RGB value is (241,240,191). Sum of RGB (Red+Green+Blue) = 241+240+191=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 191 (75% from 255 or 28.42% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0BF is #0E0F40. Grayscale: #EAEAEA. Windows color (decimal): -921409 or 12579057. OLE color: 12579057.

HSL color Cylindrical-coordinate representation of color #F1F0BF: hue angle of 58.8º degrees, saturation: 0.64, 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 #F1F0BF is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241240191-
CMYK00.000.210.05
HSL58.8º64.1%84.71%-
HSV(B)58.8º20.75%94.51%-
XYZ76.8484.7861.6-
YUV234.71103.33132.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.86%
GREEN value IS 240 (94.14% from 255) = 35.71%
BLUE value IS 191 (75% from 255) = 28.42%
R=35.86%
G=35.71%
B=28.42%

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
Decimal24124019100.000.210.0558.864.184.71
HexF1F0BF001553b4055
Octal3613602770025573100125
Binary111100011111000010111111001010110111101110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0BF; }

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

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

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

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

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

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

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

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