#F0FAE6

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

Shades of Panache #F0FAE6

Tints of Panache #F0FAE6

Color information

#F0FAE6 (or 0xF0FAE6) is unknown color: approx Panache. HEX triplet: F0, FA and E6. RGB value is (240,250,230). Sum of RGB (Red+Green+Blue) = 240+250+230=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 230 (90.23% from 255 or 31.94% from 720); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAE6 is #0F0519. Grayscale: #F4F4F4. Windows color (decimal): -984346 or 15137520. OLE color: 15137520.

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

Color convert

RGB240250230-
CMYK0.0400.080.02
HSL90º66.67%94.12%-
HSV(B)90º8%98.04%-
XYZ84.492.6188.29-
YUV244.73119.69124.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.33%
GREEN value IS 250 (98.05% from 255) = 34.72%
BLUE value IS 230 (90.23% from 255) = 31.94%
R=33.33%
G=34.72%
B=31.94%

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
Decimal2402502300.0400.080.029066.6794.12
HexF0FAE640825a435e
Octal36037234640102132103136
Binary1111000011111010111001101000100010101101010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FAE6; }

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

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

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

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

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

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

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

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