#F2FAED

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

Shades of Panache #F2FAED

Tints of Panache #F2FAED

Color information

#F2FAED (or 0xF2FAED) is unknown color: approx Panache. HEX triplet: F2, FA and ED. RGB value is (242,250,237). Sum of RGB (Red+Green+Blue) = 242+250+237=729 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.20% from 729); Green value is 250 (98.05% from 255 or 34.29% from 729); Blue value is 237 (92.97% from 255 or 32.51% from 729); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAED is #0D0512. Grayscale: #F6F6F6. Windows color (decimal): -853267 or 15596274. OLE color: 15596274.

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

Color convert

RGB242250237-
CMYK0.0300.050.02
HSL96.92º56.52%95.49%-
HSV(B)96.92º5.2%98.04%-
XYZ86.0993.3693.6-
YUV246.13122.85125.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.20%
GREEN value IS 250 (98.05% from 255) = 34.29%
BLUE value IS 237 (92.97% from 255) = 32.51%
R=33.20%
G=34.29%
B=32.51%

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
Decimal2422502370.0300.050.0296.9256.5295.49
HexF2FAED305261395f
Octal362372355305214171137
Binary1111001011111010111011011101011011000011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAED; }

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

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

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

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

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

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

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

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