#F7F7CA

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

Shades of Mimosa #F7F7CA

Tints of Mimosa #F7F7CA

Color information

#F7F7CA (or 0xF7F7CA) is unknown color: approx Mimosa. HEX triplet: F7, F7 and CA. RGB value is (247,247,202). Sum of RGB (Red+Green+Blue) = 247+247+202=696 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.49% from 696); Green value is 247 (96.88% from 255 or 35.49% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 247 - color contains mainly: red, green. Hex color #F7F7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F7CA is #080835. Grayscale: #F2F2F2. Windows color (decimal): -526390 or 13301751. OLE color: 13301751.

HSL color Cylindrical-coordinate representation of color #F7F7CA: hue angle of 60º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7F7CA is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247247202-
CMYK000.180.03
HSL60º73.77%88.04%-
HSV(B)60º18.22%96.86%-
XYZ82.2890.5669.02-
YUV241.87105.5131.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.49%
GREEN value IS 247 (96.88% from 255) = 35.49%
BLUE value IS 202 (79.30% from 255) = 29.02%
R=35.49%
G=35.49%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247247202000.180.036073.7788.04
HexF7F7CA001233c4a58
Octal3673673120022374112130
Binary11110111111101111100101000100101111110010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F7CA; }

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

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

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

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

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

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

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

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