#F2F3CA

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

Shades of Mimosa #F2F3CA

Tints of Mimosa #F2F3CA

Color information

#F2F3CA (or 0xF2F3CA) is unknown color: approx Mimosa. HEX triplet: F2, F3 and CA. RGB value is (242,243,202). Sum of RGB (Red+Green+Blue) = 242+243+202=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 202 (79.30% from 255 or 29.40% from 687); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F3CA is #0D0C35. Grayscale: #EEEEEE. Windows color (decimal): -855094 or 13300722. OLE color: 13300722.

HSL color Cylindrical-coordinate representation of color #F2F3CA: hue angle of 61.46º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2F3CA is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242243202-
CMYK0.0000.170.05
HSL61.46º63.08%87.25%-
HSV(B)61.46º16.87%95.29%-
XYZ79.3387.2468.54-
YUV238.03107.67130.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.23%
GREEN value IS 243 (95.31% from 255) = 35.37%
BLUE value IS 202 (79.30% from 255) = 29.40%
R=35.23%
G=35.37%
B=29.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422432020.0000.170.0561.4663.0887.25
HexF2F3CA001153d3f57
Octal362363312002157577127
Binary11110010111100111100101000100011011111011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F3CA; }

 p { color: rgb(242,243,202); }

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

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

 a { background-color: rgb(242,243,202); }

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

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

 span { border-color: rgb(242,243,202); }

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