#F7F8CA

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

Shades of Mimosa #F7F8CA

Tints of Mimosa #F7F8CA

Color information

#F7F8CA (or 0xF7F8CA) is unknown color: approx Mimosa. HEX triplet: F7, F8 and CA. RGB value is (247,248,202). Sum of RGB (Red+Green+Blue) = 247+248+202=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 248 - color contains mainly: green. Hex color #F7F8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F8CA is #080735. Grayscale: #F2F2F2. Windows color (decimal): -526134 or 13302007. OLE color: 13302007.

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

Color convert

RGB247248202-
CMYK0.0000.190.03
HSL61.3º76.67%88.24%-
HSV(B)61.3º18.55%97.25%-
XYZ82.5991.1769.12-
YUV242.46105.17131.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.44%
GREEN value IS 248 (97.27% from 255) = 35.58%
BLUE value IS 202 (79.30% from 255) = 28.98%
R=35.44%
G=35.58%
B=28.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472482020.0000.190.0361.376.6788.24
HexF7F8CA001333d4d58
Octal3673703120023375115130
Binary11110111111110001100101000100111111110110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F8CA; }

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

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

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

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

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

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

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

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