#F1F1BE

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

Shades of Cumulus #F1F1BE

Tints of Cumulus #F1F1BE

Color information

#F1F1BE (or 0xF1F1BE) is unknown color: approx Cumulus. HEX triplet: F1, F1 and BE. RGB value is (241,241,190). Sum of RGB (Red+Green+Blue) = 241+241+190=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 190 (74.61% from 255 or 28.27% from 672); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F1BE is #0E0E41. Grayscale: #EBEBEB. Windows color (decimal): -921154 or 12513777. OLE color: 12513777.

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

Color convert

RGB241241190-
CMYK000.210.05
HSL60º64.56%84.51%-
HSV(B)60º21.16%94.51%-
XYZ77.0385.3361.13-
YUV235.19102.5132.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.86%
GREEN value IS 241 (94.53% from 255) = 35.86%
BLUE value IS 190 (74.61% from 255) = 28.27%
R=35.86%
G=35.86%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241190000.210.056064.5684.51
HexF1F1BE001553c4155
Octal3613612760025574101125
Binary111100011111000110111110001010110111110010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F1BE; }

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

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

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

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

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

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

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

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