#F1EDBA

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

Shades of Cumulus #F1EDBA

Tints of Cumulus #F1EDBA

Color information

#F1EDBA (or 0xF1EDBA) is unknown color: approx Cumulus. HEX triplet: F1, ED and BA. RGB value is (241,237,186). Sum of RGB (Red+Green+Blue) = 241+237+186=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDBA is #0E1245. Grayscale: #E8E8E8. Windows color (decimal): -922182 or 12250609. OLE color: 12250609.

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

Color convert

RGB241237186-
CMYK00.020.230.05
HSL55.64º66.27%83.73%-
HSV(B)55.64º22.82%94.51%-
XYZ75.4282.8158.46-
YUV232.38101.83134.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 237 (92.97% from 255) = 35.69%
BLUE value IS 186 (73.05% from 255) = 28.01%
R=36.30%
G=35.69%
B=28.01%

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
Decimal24123718600.020.230.0555.6466.2783.73
HexF1EDBA02175384254
Octal3613552720227570102124
Binary1111000111101101101110100101011110111100010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDBA; }

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

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

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

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

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

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

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

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