#F5FCF2

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

Shades of Panache #F5FCF2

Tints of Panache #F5FCF2

Color information

#F5FCF2 (or 0xF5FCF2) is unknown color: approx Panache. HEX triplet: F5, FC and F2. RGB value is (245,252,242). Sum of RGB (Red+Green+Blue) = 245+252+242=739 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.15% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 242 (94.92% from 255 or 32.75% from 739); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCF2 is #0A030D. Grayscale: #F8F8F8. Windows color (decimal): -656142 or 15924469. OLE color: 15924469.

HSL color Cylindrical-coordinate representation of color #F5FCF2: hue angle of 102º degrees, saturation: 0.62, 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 #F5FCF2 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB245252242-
CMYK0.0300.040.01
HSL102º62.5%96.86%-
HSV(B)102º3.97%98.82%-
XYZ88.4995.4497.76-
YUV248.77124.18125.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.15%
GREEN value IS 252 (98.83% from 255) = 34.10%
BLUE value IS 242 (94.92% from 255) = 32.75%
R=33.15%
G=34.10%
B=32.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452522420.0300.040.0110262.596.86
HexF5FCF23041663e61
Octal365374362304114676141
Binary111101011111110011110010110100111001101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCF2; }

 p { color: rgb(245,252,242); }

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

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

 a { background-color: rgb(245,252,242); }

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

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

 span { border-color: rgb(245,252,242); }

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