#F1EFBD

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

Shades of Cumulus #F1EFBD

Tints of Cumulus #F1EFBD

Color information

#F1EFBD (or 0xF1EFBD) is unknown color: approx Cumulus. HEX triplet: F1, EF and BD. RGB value is (241,239,189). Sum of RGB (Red+Green+Blue) = 241+239+189=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EFBD is #0E1042. Grayscale: #EAEAEA. Windows color (decimal): -921667 or 12447729. OLE color: 12447729.

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

Color convert

RGB241239189-
CMYK00.010.220.05
HSL57.69º65%84.31%-
HSV(B)57.69º21.58%94.51%-
XYZ76.3384.1160.36-
YUV233.9102.66133.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.02%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 189 (74.22% from 255) = 28.25%
R=36.02%
G=35.72%
B=28.25%

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
Decimal24123918900.010.220.0557.696584.31
HexF1EFBD011653a4154
Octal3613572750126572101124
Binary111100011110111110111101011011010111101010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EFBD; }

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

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

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

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

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

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

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

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