#F1EEBD

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

Shades of Cumulus #F1EEBD

Tints of Cumulus #F1EEBD

Color information

#F1EEBD (or 0xF1EEBD) is unknown color: approx Cumulus. HEX triplet: F1, EE and BD. RGB value is (241,238,189). Sum of RGB (Red+Green+Blue) = 241+238+189=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EEBD is #0E1142. Grayscale: #E9E9E9. Windows color (decimal): -921923 or 12447473. OLE color: 12447473.

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

Color convert

RGB241238189-
CMYK00.010.220.05
HSL56.54º65%84.31%-
HSV(B)56.54º21.58%94.51%-
XYZ76.0483.5260.26-
YUV233.31102.99133.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.08%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 189 (74.22% from 255) = 28.29%
R=36.08%
G=35.63%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123818900.010.220.0556.546584.31
HexF1EEBD01165394154
Octal3613562750126571101124
Binary111100011110111010111101011011010111100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EEBD; }

 p { color: rgb(241,238,189); }

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

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

 a { background-color: rgb(241,238,189); }

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

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

 span { border-color: rgb(241,238,189); }

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