#F0FDEB

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

Shades of Panache #F0FDEB

Tints of Panache #F0FDEB

Color information

#F0FDEB (or 0xF0FDEB) is unknown color: approx Panache. HEX triplet: F0, FD and EB. RGB value is (240,253,235). Sum of RGB (Red+Green+Blue) = 240+253+235=728 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.97% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 235 (92.19% from 255 or 32.28% from 728); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDEB is #0F0214. Grayscale: #F7F7F7. Windows color (decimal): -983573 or 15465968. OLE color: 15465968.

HSL color Cylindrical-coordinate representation of color #F0FDEB: hue angle of 103.33º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0FDEB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB240253235-
CMYK0.0500.070.01
HSL103.33º81.82%95.69%-
HSV(B)103.33º7.11%99.22%-
XYZ86.0694.7792.35-
YUV247.06121.19122.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.97%
GREEN value IS 253 (99.22% from 255) = 34.75%
BLUE value IS 235 (92.19% from 255) = 32.28%
R=32.97%
G=34.75%
B=32.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402532350.0500.070.01103.3381.8295.69
HexF0FDEB5071675260
Octal3603753535071147122140
Binary11110000111111011110101110101111110011110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FDEB; }

 p { color: rgb(240,253,235); }

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

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

 a { background-color: rgb(240,253,235); }

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

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

 span { border-color: rgb(240,253,235); }

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