#F1EFBA

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

Shades of Cumulus #F1EFBA

Tints of Cumulus #F1EFBA

Color information

#F1EFBA (or 0xF1EFBA) is unknown color: approx Cumulus. HEX triplet: F1, EF and BA. RGB value is (241,239,186). Sum of RGB (Red+Green+Blue) = 241+239+186=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EFBA is #0E1045. Grayscale: #E9E9E9. Windows color (decimal): -921670 or 12251121. OLE color: 12251121.

HSL color Cylindrical-coordinate representation of color #F1EFBA: hue angle of 57.82º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1EFBA is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241239186-
CMYK00.010.230.05
HSL57.82º66.27%83.73%-
HSV(B)57.82º22.82%94.51%-
XYZ76.0183.9858.66-
YUV233.56101.16133.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.19%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 186 (73.05% from 255) = 27.93%
R=36.19%
G=35.89%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123918600.010.230.0557.8266.2783.73
HexF1EFBA011753a4254
Octal3613572720127572102124
Binary111100011110111110111010011011110111101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EFBA; }

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

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

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

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

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

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

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

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