#F0FAE7

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

Shades of Panache #F0FAE7

Tints of Panache #F0FAE7

Color information

#F0FAE7 (or 0xF0FAE7) is unknown color: approx Panache. HEX triplet: F0, FA and E7. RGB value is (240,250,231). Sum of RGB (Red+Green+Blue) = 240+250+231=721 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.29% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 231 (90.62% from 255 or 32.04% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAE7 is #0F0518. Grayscale: #F4F4F4. Windows color (decimal): -984345 or 15203056. OLE color: 15203056.

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

Color convert

RGB240250231-
CMYK0.0400.080.02
HSL91.58º65.52%94.31%-
HSV(B)91.58º7.6%98.04%-
XYZ84.5492.6789.03-
YUV244.84120.19124.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.29%
GREEN value IS 250 (98.05% from 255) = 34.67%
BLUE value IS 231 (90.62% from 255) = 32.04%
R=33.29%
G=34.67%
B=32.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402502310.0400.080.0291.5865.5294.31
HexF0FAE740825c425e
Octal36037234740102134102136
Binary1111000011111010111001111000100010101110010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FAE7; }

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

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

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

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

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

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

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

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