#F0FFE2

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

Shades of Panache #F0FFE2

Tints of Panache #F0FFE2

Color information

#F0FFE2 (or 0xF0FFE2) is unknown color: approx Panache. HEX triplet: F0, FF and E2. RGB value is (240,255,226). Sum of RGB (Red+Green+Blue) = 240+255+226=721 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.29% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 226 (88.67% from 255 or 31.35% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFE2 is #0F001D. Grayscale: #F7F7F7. Windows color (decimal): -983070 or 14876656. OLE color: 14876656.

HSL color Cylindrical-coordinate representation of color #F0FFE2: hue angle of 91.03º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0FFE2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB240255226-
CMYK0.0600.110
HSL91.03º100%94.31%-
HSV(B)91.03º11.37%100%-
XYZ85.4295.5485.89-
YUV247.21116.03122.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.29%
GREEN value IS 255 (100% from 255) = 35.37%
BLUE value IS 226 (88.67% from 255) = 31.35%
R=33.29%
G=35.37%
B=31.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402552260.0600.11091.0310094.31
HexF0FFE260B05b645e
Octal36037734260130133144136
Binary111100001111111111100010110010110101101111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFE2; }

 p { color: rgb(240,255,226); }

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

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

 a { background-color: rgb(240,255,226); }

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

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

 span { border-color: rgb(240,255,226); }

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