#F0F1BF

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

Shades of Cumulus #F0F1BF

Tints of Cumulus #F0F1BF

Color information

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

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

Color convert

RGB240241191-
CMYK0.0000.210.05
HSL61.2º64.1%84.71%-
HSV(B)61.2º20.75%94.51%-
XYZ76.7985.261.69-
YUV235103.17131.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402411910.0000.210.0561.264.184.71
HexF0F1BF001553d4055
Octal3603612770025575100125
Binary111100001111000110111111001010110111110110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F1BF; }

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

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

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

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

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

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

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

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