#F6FBF2

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

Shades of Panache #F6FBF2

Tints of Panache #F6FBF2

Color information

#F6FBF2 (or 0xF6FBF2) is unknown color: approx Panache. HEX triplet: F6, FB and F2. RGB value is (246,251,242). Sum of RGB (Red+Green+Blue) = 246+251+242=739 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.29% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 242 (94.92% from 255 or 32.75% from 739); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FBF2 is #09040D. Grayscale: #F8F8F8. Windows color (decimal): -590862 or 15924214. OLE color: 15924214.

HSL color Cylindrical-coordinate representation of color #F6FBF2: hue angle of 93.33º 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 #F6FBF2 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB246251242-
CMYK0.0200.040.02
HSL93.33º52.94%96.67%-
HSV(B)93.33º3.59%98.43%-
XYZ88.539597.67-
YUV248.48124.34126.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.29%
GREEN value IS 251 (98.44% from 255) = 33.96%
BLUE value IS 242 (94.92% from 255) = 32.75%
R=33.29%
G=33.96%
B=32.75%

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
Decimal2462512420.0200.040.0293.3352.9496.67
HexF6FBF220425d3561
Octal366373362204213565141
Binary1111011011111011111100101001001010111011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FBF2; }

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

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

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

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

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

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

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

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