#F2FFE6

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

Shades of Panache #F2FFE6

Tints of Panache #F2FFE6

Color information

#F2FFE6 (or 0xF2FFE6) is unknown color: approx Panache. HEX triplet: F2, FF and E6. RGB value is (242,255,230). Sum of RGB (Red+Green+Blue) = 242+255+230=727 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.29% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 230 (90.23% from 255 or 31.64% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFE6 is #0D0019. Grayscale: #F8F8F8. Windows color (decimal): -851994 or 15138802. OLE color: 15138802.

HSL color Cylindrical-coordinate representation of color #F2FFE6: hue angle of 91.2º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2FFE6 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB242255230-
CMYK0.0500.100
HSL91.2º100%95.1%-
HSV(B)91.2º9.8%100%-
XYZ86.6696.1188.85-
YUV248.26117.69123.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.29%
GREEN value IS 255 (100% from 255) = 35.08%
BLUE value IS 230 (90.23% from 255) = 31.64%
R=33.29%
G=35.08%
B=31.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422552300.0500.10091.210095.1
HexF2FFE650A05b645f
Octal36237734650120133144137
Binary111100101111111111100110101010100101101111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FFE6; }

 p { color: rgb(242,255,230); }

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

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

 a { background-color: rgb(242,255,230); }

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

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

 span { border-color: rgb(242,255,230); }

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