#F1F1BF

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

Shades of Cumulus #F1F1BF

Tints of Cumulus #F1F1BF

Color information

#F1F1BF (or 0xF1F1BF) is unknown color: approx Cumulus. HEX triplet: F1, F1 and BF. RGB value is (241,241,191). Sum of RGB (Red+Green+Blue) = 241+241+191=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F1BF is #0E0E40. Grayscale: #EBEBEB. Windows color (decimal): -921153 or 12579313. OLE color: 12579313.

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

Color convert

RGB241241191-
CMYK000.210.05
HSL60º64.1%84.71%-
HSV(B)60º20.75%94.51%-
XYZ77.1385.3761.7-
YUV235.3103132.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.81%
GREEN value IS 241 (94.53% from 255) = 35.81%
BLUE value IS 191 (75% from 255) = 28.38%
R=35.81%
G=35.81%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241191000.210.056064.184.71
HexF1F1BF001553c4055
Octal3613612770025574100125
Binary111100011111000110111111001010110111110010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F1BF; }

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

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

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

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

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

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

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

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