#F1EFBF

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

Shades of Cumulus #F1EFBF

Tints of Cumulus #F1EFBF

Color information

#F1EFBF (or 0xF1EFBF) is unknown color: approx Cumulus. HEX triplet: F1, EF and BF. RGB value is (241,239,191). Sum of RGB (Red+Green+Blue) = 241+239+191=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EFBF is #0E1040. Grayscale: #EAEAEA. Windows color (decimal): -921665 or 12578801. OLE color: 12578801.

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

Color convert

RGB241239191-
CMYK00.010.210.05
HSL57.6º64.1%84.71%-
HSV(B)57.6º20.75%94.51%-
XYZ76.5584.261.51-
YUV234.13103.66132.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.92%
GREEN value IS 239 (93.75% from 255) = 35.62%
BLUE value IS 191 (75% from 255) = 28.46%
R=35.92%
G=35.62%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123919100.010.210.0557.664.184.71
HexF1EFBF011553a4055
Octal3613572770125572100125
Binary111100011110111110111111011010110111101010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EFBF; }

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

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

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

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

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

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

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

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