#F1EFC0

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

Shades of Cumulus #F1EFC0

Tints of Cumulus #F1EFC0

Color information

#F1EFC0 (or 0xF1EFC0) is unknown color: approx Cumulus. HEX triplet: F1, EF and C0. RGB value is (241,239,192). Sum of RGB (Red+Green+Blue) = 241+239+192=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 192 (75.39% from 255 or 28.57% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EFC0 is #0E103F. Grayscale: #EAEAEA. Windows color (decimal): -921664 or 12644337. OLE color: 12644337.

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

Color convert

RGB241239192-
CMYK00.010.200.05
HSL57.55º63.64%84.9%-
HSV(B)57.55º20.33%94.51%-
XYZ76.6684.2462.09-
YUV234.24104.16132.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.86%
GREEN value IS 239 (93.75% from 255) = 35.57%
BLUE value IS 192 (75.39% from 255) = 28.57%
R=35.86%
G=35.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123919200.010.200.0557.5563.6484.9
HexF1EFC0011453a4055
Octal3613573000124572100125
Binary111100011110111111000000011010010111101010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EFC0; }

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

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

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

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

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

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

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

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