#F2FCED

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

Shades of Panache #F2FCED

Tints of Panache #F2FCED

Color information

#F2FCED (or 0xF2FCED) is unknown color: approx Panache. HEX triplet: F2, FC and ED. RGB value is (242,252,237). Sum of RGB (Red+Green+Blue) = 242+252+237=731 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.11% from 731); Green value is 252 (98.83% from 255 or 34.47% from 731); Blue value is 237 (92.97% from 255 or 32.42% from 731); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCED is #0D0312. Grayscale: #F7F7F7. Windows color (decimal): -852755 or 15596786. OLE color: 15596786.

HSL color Cylindrical-coordinate representation of color #F2FCED: hue angle of 100º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2FCED is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB242252237-
CMYK0.0400.060.01
HSL100º71.43%95.88%-
HSV(B)100º5.95%98.82%-
XYZ86.7194.6193.81-
YUV247.3122.19124.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.11%
GREEN value IS 252 (98.83% from 255) = 34.47%
BLUE value IS 237 (92.97% from 255) = 32.42%
R=33.11%
G=34.47%
B=32.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422522370.0400.060.0110071.4395.88
HexF2FCED4061644760
Octal3623743554061144107140
Binary11110010111111001110110110001101110010010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCED; }

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

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

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

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

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

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

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

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