#F2FAEE

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

Shades of Panache #F2FAEE

Tints of Panache #F2FAEE

Color information

#F2FAEE (or 0xF2FAEE) is unknown color: approx Panache. HEX triplet: F2, FA and EE. RGB value is (242,250,238). Sum of RGB (Red+Green+Blue) = 242+250+238=730 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.15% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 238 (93.36% from 255 or 32.60% from 730); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAEE is #0D0511. Grayscale: #F6F6F6. Windows color (decimal): -853266 or 15661810. OLE color: 15661810.

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

Color convert

RGB242250238-
CMYK0.0300.050.02
HSL100º54.55%95.69%-
HSV(B)100º4.8%98.04%-
XYZ86.2493.4294.38-
YUV246.24123.35124.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.15%
GREEN value IS 250 (98.05% from 255) = 34.25%
BLUE value IS 238 (93.36% from 255) = 32.60%
R=33.15%
G=34.25%
B=32.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502380.0300.050.0210054.5595.69
HexF2FAEE3052643760
Octal362372356305214467140
Binary1111001011111010111011101101011011001001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAEE; }

 p { color: rgb(242,250,238); }

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

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

 a { background-color: rgb(242,250,238); }

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

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

 span { border-color: rgb(242,250,238); }

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