#F1EDC0

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

Shades of Cumulus #F1EDC0

Tints of Cumulus #F1EDC0

Color information

#F1EDC0 (or 0xF1EDC0) is unknown color: approx Cumulus. HEX triplet: F1, ED and C0. RGB value is (241,237,192). Sum of RGB (Red+Green+Blue) = 241+237+192=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDC0 is #0E123F. Grayscale: #E9E9E9. Windows color (decimal): -922176 or 12643825. OLE color: 12643825.

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

Color convert

RGB241237192-
CMYK00.020.200.05
HSL55.1º63.64%84.9%-
HSV(B)55.1º20.33%94.51%-
XYZ76.0783.0761.89-
YUV233.07104.83133.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.97%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 192 (75.39% from 255) = 28.66%
R=35.97%
G=35.37%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123719200.020.200.0555.163.6484.9
HexF1EDC002145374055
Octal3613553000224567100125
Binary1111000111101101110000000101010010111011110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDC0; }

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

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

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

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

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

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

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

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