#F8FCF5

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

Shades of Panache #F8FCF5

Tints of Panache #F8FCF5

Color information

#F8FCF5 (or 0xF8FCF5) is unknown color: approx Panache. HEX triplet: F8, FC and F5. RGB value is (248,252,245). Sum of RGB (Red+Green+Blue) = 248+252+245=745 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.29% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 245 (96.09% from 255 or 32.89% from 745); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FCF5 is #07030A. Grayscale: #FAFAFA. Windows color (decimal): -459531 or 16121080. OLE color: 16121080.

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

Color convert

RGB248252245-
CMYK0.0200.030.01
HSL94.29º53.85%97.45%-
HSV(B)94.29º2.78%98.82%-
XYZ9096.17100.21-
YUV250.01125.17126.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.29%
GREEN value IS 252 (98.83% from 255) = 33.83%
BLUE value IS 245 (96.09% from 255) = 32.89%
R=33.29%
G=33.83%
B=32.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482522450.0200.030.0194.2953.8597.45
HexF8FCF520315e3661
Octal370374365203113666141
Binary11111000111111001111010110011110111101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FCF5; }

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

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

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

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

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

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

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

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