#F2F4CB

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

Shades of Mimosa #F2F4CB

Tints of Mimosa #F2F4CB

Color information

#F2F4CB (or 0xF2F4CB) is unknown color: approx Mimosa. HEX triplet: F2, F4 and CB. RGB value is (242,244,203). Sum of RGB (Red+Green+Blue) = 242+244+203=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 244 (95.70% from 255 or 35.41% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F4CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F4CB is #0D0B34. Grayscale: #EEEEEE. Windows color (decimal): -854837 or 13366514. OLE color: 13366514.

HSL color Cylindrical-coordinate representation of color #F2F4CB: hue angle of 62.93º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2F4CB is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB242244203-
CMYK0.0100.170.04
HSL62.93º65.08%87.65%-
HSV(B)62.93º16.8%95.69%-
XYZ79.7587.8969.26-
YUV238.73107.84130.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.12%
GREEN value IS 244 (95.70% from 255) = 35.41%
BLUE value IS 203 (79.69% from 255) = 29.46%
R=35.12%
G=35.41%
B=29.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2422442030.0100.170.0462.9365.0887.65
HexF2F4CB101143f4158
Octal3623643131021477101130
Binary111100101111010011001011101000110011111110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F4CB; }

 p { color: rgb(242,244,203); }

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

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

 a { background-color: rgb(242,244,203); }

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

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

 span { border-color: rgb(242,244,203); }

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