#F0F2CE

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

Shades of Mimosa #F0F2CE

Tints of Mimosa #F0F2CE

Color information

#F0F2CE (or 0xF0F2CE) is unknown color: approx Mimosa. HEX triplet: F0, F2 and CE. RGB value is (240,242,206). Sum of RGB (Red+Green+Blue) = 240+242+206=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2CE is #0F0D31. Grayscale: #EDEDED. Windows color (decimal): -986418 or 13562608. OLE color: 13562608.

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

Color convert

RGB240242206-
CMYK0.0100.150.05
HSL63.33º58.06%87.84%-
HSV(B)63.33º14.88%94.9%-
XYZ78.8386.4970.93-
YUV237.3110.34129.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.88%
GREEN value IS 242 (94.92% from 255) = 35.17%
BLUE value IS 206 (80.86% from 255) = 29.94%
R=34.88%
G=35.17%
B=29.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402422060.0100.150.0563.3358.0687.84
HexF0F2CE10F53f3a58
Octal360362316101757772130
Binary1111000011110010110011101011111011111111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2CE; }

 p { color: rgb(240,242,206); }

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

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

 a { background-color: rgb(240,242,206); }

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

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

 span { border-color: rgb(240,242,206); }

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