#F0FAEC

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

Shades of Panache #F0FAEC

Tints of Panache #F0FAEC

Color information

#F0FAEC (or 0xF0FAEC) is unknown color: approx Panache. HEX triplet: F0, FA and EC. RGB value is (240,250,236). Sum of RGB (Red+Green+Blue) = 240+250+236=726 (96% of max value = 765). Red value is 240 (94.14% from 255 or 33.06% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 236 (92.58% from 255 or 32.51% from 726); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAEC is #0F0513. Grayscale: #F5F5F5. Windows color (decimal): -984340 or 15530736. OLE color: 15530736.

HSL color Cylindrical-coordinate representation of color #F0FAEC: hue angle of 102.86º degrees, saturation: 0.58, 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 #F0FAEC is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB240250236-
CMYK0.0400.060.02
HSL102.86º58.33%95.29%-
HSV(B)102.86º5.6%98.04%-
XYZ85.2692.9592.8-
YUV245.41122.69124.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.06%
GREEN value IS 250 (98.05% from 255) = 34.44%
BLUE value IS 236 (92.58% from 255) = 32.51%
R=33.06%
G=34.44%
B=32.51%

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
Decimal2402502360.0400.060.02102.8658.3395.29
HexF0FAEC4062673a5f
Octal360372354406214772137
Binary11110000111110101110110010001101011001111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FAEC; }

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

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

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

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

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

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

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

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