#F5FBF2

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

Shades of Panache #F5FBF2

Tints of Panache #F5FBF2

Color information

#F5FBF2 (or 0xF5FBF2) is unknown color: approx Panache. HEX triplet: F5, FB and F2. RGB value is (245,251,242). Sum of RGB (Red+Green+Blue) = 245+251+242=738 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.20% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 242 (94.92% from 255 or 32.79% from 738); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FBF2 is #0A040D. Grayscale: #F8F8F8. Windows color (decimal): -656398 or 15924213. OLE color: 15924213.

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

Color convert

RGB245251242-
CMYK0.0200.040.02
HSL100º52.94%96.67%-
HSV(B)100º3.59%98.43%-
XYZ88.1894.8297.66-
YUV248.18124.51125.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.20%
GREEN value IS 251 (98.44% from 255) = 34.01%
BLUE value IS 242 (94.92% from 255) = 32.79%
R=33.20%
G=34.01%
B=32.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452512420.0200.040.0210052.9496.67
HexF5FBF22042643561
Octal365373362204214465141
Binary1111010111111011111100101001001011001001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBF2; }

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

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

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

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

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

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

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

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