#F0FDE5

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

Shades of Panache #F0FDE5

Tints of Panache #F0FDE5

Color information

#F0FDE5 (or 0xF0FDE5) is unknown color: approx Panache. HEX triplet: F0, FD and E5. RGB value is (240,253,229). Sum of RGB (Red+Green+Blue) = 240+253+229=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 229 (89.84% from 255 or 31.72% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDE5 is #0F021A. Grayscale: #F6F6F6. Windows color (decimal): -983579 or 15072752. OLE color: 15072752.

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

Color convert

RGB240253229-
CMYK0.0500.090.01
HSL92.5º85.71%94.51%-
HSV(B)92.5º9.49%99.22%-
XYZ85.294.4387.87-
YUV246.38118.19123.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.24%
GREEN value IS 253 (99.22% from 255) = 35.04%
BLUE value IS 229 (89.84% from 255) = 31.72%
R=33.24%
G=35.04%
B=31.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402532290.0500.090.0192.585.7194.51
HexF0FDE550915c565f
Octal36037534550111134126137
Binary111100001111110111100101101010011101110010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FDE5; }

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

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

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

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

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

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

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

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