#F0FFE6

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

Shades of Panache #F0FFE6

Tints of Panache #F0FFE6

Color information

#F0FFE6 (or 0xF0FFE6) is unknown color: approx Panache. HEX triplet: F0, FF and E6. RGB value is (240,255,230). Sum of RGB (Red+Green+Blue) = 240+255+230=725 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.10% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 230 (90.23% from 255 or 31.72% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FFE6 is #0F0019. Grayscale: #F7F7F7. Windows color (decimal): -983066 or 15138800. OLE color: 15138800.

HSL color Cylindrical-coordinate representation of color #F0FFE6: hue angle of 96º 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 #F0FFE6 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB240255230-
CMYK0.0600.100
HSL96º100%95.1%-
HSV(B)96º9.8%100%-
XYZ85.9895.7688.81-
YUV247.66118.03122.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.10%
GREEN value IS 255 (100% from 255) = 35.17%
BLUE value IS 230 (90.23% from 255) = 31.72%
R=33.10%
G=35.17%
B=31.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402552300.0600.1009610095.1
HexF0FFE660A060645f
Octal36037734660120140144137
Binary111100001111111111100110110010100110000011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFE6; }

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

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

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

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

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

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

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

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