#F0F2D1

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

Shades of Mimosa #F0F2D1

Tints of Mimosa #F0F2D1

Color information

#F0F2D1 (or 0xF0F2D1) is unknown color: approx Mimosa. HEX triplet: F0, F2 and D1. RGB value is (240,242,209). Sum of RGB (Red+Green+Blue) = 240+242+209=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 209 (82.03% from 255 or 30.25% from 691); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2D1 is #0F0D2E. Grayscale: #EDEDED. Windows color (decimal): -986415 or 13759216. OLE color: 13759216.

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

Color convert

RGB240242209-
CMYK0.0100.140.05
HSL63.64º55.93%88.43%-
HSV(B)63.64º13.64%94.9%-
XYZ79.286.6372.87-
YUV237.64111.84129.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.73%
GREEN value IS 242 (94.92% from 255) = 35.02%
BLUE value IS 209 (82.03% from 255) = 30.25%
R=34.73%
G=35.02%
B=30.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402422090.0100.140.0563.6455.9388.43
HexF0F2D110E5403858
Octal3603623211016510070130
Binary11110000111100101101000110111010110000001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2D1; }

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

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

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

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

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

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

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

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