#F7FDF2

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

Shades of Panache #F7FDF2

Tints of Panache #F7FDF2

Color information

#F7FDF2 (or 0xF7FDF2) is unknown color: approx Panache. HEX triplet: F7, FD and F2. RGB value is (247,253,242). Sum of RGB (Red+Green+Blue) = 247+253+242=742 (98% of max value = 765). Red value is 247 (96.88% from 255 or 33.29% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 242 (94.92% from 255 or 32.61% from 742); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FDF2 is #08020D. Grayscale: #F9F9F9. Windows color (decimal): -524814 or 15924727. OLE color: 15924727.

HSL color Cylindrical-coordinate representation of color #F7FDF2: hue angle of 92.73º degrees, saturation: 0.73, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F7FDF2 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB247253242-
CMYK0.0200.040.01
HSL92.73º73.33%97.06%-
HSV(B)92.73º4.35%99.22%-
XYZ89.5196.4497.9-
YUV249.95123.51125.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.29%
GREEN value IS 253 (99.22% from 255) = 34.10%
BLUE value IS 242 (94.92% from 255) = 32.61%
R=33.29%
G=34.10%
B=32.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472532420.0200.040.0192.7373.3397.06
HexF7FDF220415d4961
Octal3673753622041135111141
Binary1111011111111101111100101001001101110110010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FDF2; }

 p { color: rgb(247,253,242); }

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

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

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

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

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

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

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