#F1EDBF

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

Shades of Cumulus #F1EDBF

Tints of Cumulus #F1EDBF

Color information

#F1EDBF (or 0xF1EDBF) is unknown color: approx Cumulus. HEX triplet: F1, ED and BF. RGB value is (241,237,191). Sum of RGB (Red+Green+Blue) = 241+237+191=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDBF is #0E1240. Grayscale: #E9E9E9. Windows color (decimal): -922177 or 12578289. OLE color: 12578289.

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

Color convert

RGB241237191-
CMYK00.020.210.05
HSL55.2º64.1%84.71%-
HSV(B)55.2º20.75%94.51%-
XYZ75.9683.0361.31-
YUV232.95104.33133.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.02%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 191 (75% from 255) = 28.55%
R=36.02%
G=35.43%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123719100.020.210.0555.264.184.71
HexF1EDBF02155374055
Octal3613552770225567100125
Binary1111000111101101101111110101010110111011110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDBF; }

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

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

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

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

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

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

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

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