#F3F3CA

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

Shades of Mimosa #F3F3CA

Tints of Mimosa #F3F3CA

Color information

#F3F3CA (or 0xF3F3CA) is unknown color: approx Mimosa. HEX triplet: F3, F3 and CA. RGB value is (243,243,202). Sum of RGB (Red+Green+Blue) = 243+243+202=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 243 - color contains mainly: red, green. Hex color #F3F3CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F3CA is #0C0C35. Grayscale: #EEEEEE. Windows color (decimal): -789558 or 13300723. OLE color: 13300723.

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

Color convert

RGB243243202-
CMYK000.170.05
HSL60º63.08%87.25%-
HSV(B)60º16.87%95.29%-
XYZ79.6787.4268.55-
YUV238.33107.5131.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.32%
GREEN value IS 243 (95.31% from 255) = 35.32%
BLUE value IS 202 (79.30% from 255) = 29.36%
R=35.32%
G=35.32%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243243202000.170.056063.0887.25
HexF3F3CA001153c3f57
Octal363363312002157477127
Binary11110011111100111100101000100011011111001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F3CA; }

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

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

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

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

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

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

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

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