#F0FAEA

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

Shades of Panache #F0FAEA

Tints of Panache #F0FAEA

Color information

#F0FAEA (or 0xF0FAEA) is unknown color: approx Panache. HEX triplet: F0, FA and EA. RGB value is (240,250,234). Sum of RGB (Red+Green+Blue) = 240+250+234=724 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.15% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 234 (91.80% from 255 or 32.32% from 724); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAEA is #0F0515. Grayscale: #F5F5F5. Windows color (decimal): -984342 or 15399664. OLE color: 15399664.

HSL color Cylindrical-coordinate representation of color #F0FAEA: hue angle of 97.5º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0FAEA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB240250234-
CMYK0.0400.060.02
HSL97.5º61.54%94.9%-
HSV(B)97.5º6.4%98.04%-
XYZ84.9792.8491.28-
YUV245.19121.69124.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.15%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 234 (91.80% from 255) = 32.32%
R=33.15%
G=34.53%
B=32.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402502340.0400.060.0297.561.5494.9
HexF0FAEA4062623e5f
Octal360372352406214276137
Binary11110000111110101110101010001101011000101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FAEA; }

 p { color: rgb(240,250,234); }

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

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

 a { background-color: rgb(240,250,234); }

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

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

 span { border-color: rgb(240,250,234); }

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