#F1EDB9

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

Shades of Cumulus #F1EDB9

Tints of Cumulus #F1EDB9

Color information

#F1EDB9 (or 0xF1EDB9) is unknown color: approx Cumulus. HEX triplet: F1, ED and B9. RGB value is (241,237,185). Sum of RGB (Red+Green+Blue) = 241+237+185=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 185 (72.66% from 255 or 27.90% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDB9 is #0E1246. Grayscale: #E8E8E8. Windows color (decimal): -922183 or 12185073. OLE color: 12185073.

HSL color Cylindrical-coordinate representation of color #F1EDB9: hue angle of 55.71º degrees, saturation: 0.67, 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 #F1EDB9 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241237185-
CMYK00.020.230.05
HSL55.71º66.67%83.53%-
HSV(B)55.71º23.24%94.51%-
XYZ75.3282.7757.91-
YUV232.27101.33134.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.35%
GREEN value IS 237 (92.97% from 255) = 35.75%
BLUE value IS 185 (72.66% from 255) = 27.90%
R=36.35%
G=35.75%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123718500.020.230.0555.7166.6783.53
HexF1EDB902175384354
Octal3613552710227570103124
Binary1111000111101101101110010101011110111100010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDB9; }

 p { color: rgb(241,237,185); }

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

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

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

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

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

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

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