#F2FCE9

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

Shades of Panache #F2FCE9

Tints of Panache #F2FCE9

Color information

#F2FCE9 (or 0xF2FCE9) is unknown color: approx Panache. HEX triplet: F2, FC and E9. RGB value is (242,252,233). Sum of RGB (Red+Green+Blue) = 242+252+233=727 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.29% from 727); Green value is 252 (98.83% from 255 or 34.66% from 727); Blue value is 233 (91.41% from 255 or 32.05% from 727); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCE9 is #0D0316. Grayscale: #F6F6F6. Windows color (decimal): -852759 or 15334642. OLE color: 15334642.

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

Color convert

RGB242252233-
CMYK0.0400.080.01
HSL91.58º76%95.1%-
HSV(B)91.58º7.54%98.82%-
XYZ86.1494.3890.77-
YUV246.84120.19124.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.29%
GREEN value IS 252 (98.83% from 255) = 34.66%
BLUE value IS 233 (91.41% from 255) = 32.05%
R=33.29%
G=34.66%
B=32.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422522330.0400.080.0191.587695.1
HexF2FCE940815c4c5f
Octal36237435140101134114137
Binary111100101111110011101001100010001101110010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCE9; }

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

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

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

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

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

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

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

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