#F1EFBE

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

Shades of Cumulus #F1EFBE

Tints of Cumulus #F1EFBE

Color information

#F1EFBE (or 0xF1EFBE) is unknown color: approx Cumulus. HEX triplet: F1, EF and BE. RGB value is (241,239,190). Sum of RGB (Red+Green+Blue) = 241+239+190=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EFBE is #0E1041. Grayscale: #EAEAEA. Windows color (decimal): -921666 or 12513265. OLE color: 12513265.

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

Color convert

RGB241239190-
CMYK00.010.210.05
HSL57.65º64.56%84.51%-
HSV(B)57.65º21.16%94.51%-
XYZ76.4484.1560.93-
YUV234.01103.16132.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.97%
GREEN value IS 239 (93.75% from 255) = 35.67%
BLUE value IS 190 (74.61% from 255) = 28.36%
R=35.97%
G=35.67%
B=28.36%

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
Decimal24123919000.010.210.0557.6564.5684.51
HexF1EFBE011553a4155
Octal3613572760125572101125
Binary111100011110111110111110011010110111101010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EFBE; }

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

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

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

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

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

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

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

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