#F0FEE1

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

Shades of Panache #F0FEE1

Tints of Panache #F0FEE1

Color information

#F0FEE1 (or 0xF0FEE1) is unknown color: approx Panache. HEX triplet: F0, FE and E1. RGB value is (240,254,225). Sum of RGB (Red+Green+Blue) = 240+254+225=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 225 (88.28% from 255 or 31.29% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEE1 is #0F011E. Grayscale: #F6F6F6. Windows color (decimal): -983327 or 14810864. OLE color: 14810864.

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

Color convert

RGB240254225-
CMYK0.0600.110.00
HSL88.97º93.55%93.92%-
HSV(B)88.97º11.42%99.61%-
XYZ84.9794.8585.06-
YUV246.51115.86123.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.38%
GREEN value IS 254 (99.61% from 255) = 35.33%
BLUE value IS 225 (88.28% from 255) = 31.29%
R=33.38%
G=35.33%
B=31.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402542250.0600.110.0088.9793.5593.92
HexF0FEE160B0595e5e
Octal36037634160130131136136
Binary111100001111111011100001110010110101100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FEE1; }

 p { color: rgb(240,254,225); }

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

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

 a { background-color: rgb(240,254,225); }

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

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

 span { border-color: rgb(240,254,225); }

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