#F1EDB8

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

Shades of Cumulus #F1EDB8

Tints of Cumulus #F1EDB8

Color information

#F1EDB8 (or 0xF1EDB8) is unknown color: approx Cumulus. HEX triplet: F1, ED and B8. RGB value is (241,237,184). Sum of RGB (Red+Green+Blue) = 241+237+184=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 184 (72.27% from 255 or 27.79% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDB8 is #0E1247. Grayscale: #E8E8E8. Windows color (decimal): -922184 or 12119537. OLE color: 12119537.

HSL color Cylindrical-coordinate representation of color #F1EDB8: hue angle of 55.79º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1EDB8 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB241237184-
CMYK00.020.240.05
HSL55.79º67.06%83.33%-
HSV(B)55.79º23.65%94.51%-
XYZ75.2182.7357.35-
YUV232.15100.83134.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.40%
GREEN value IS 237 (92.97% from 255) = 35.80%
BLUE value IS 184 (72.27% from 255) = 27.79%
R=36.40%
G=35.80%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123718400.020.240.0555.7967.0683.33
HexF1EDB802185384353
Octal3613552700230570103123
Binary1111000111101101101110000101100010111100010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDB8; }

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

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

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

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

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

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

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

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