#F2FDEA

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

Shades of Panache #F2FDEA

Tints of Panache #F2FDEA

Color information

#F2FDEA (or 0xF2FDEA) is unknown color: approx Panache. HEX triplet: F2, FD and EA. RGB value is (242,253,234). Sum of RGB (Red+Green+Blue) = 242+253+234=729 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.20% from 729); Green value is 253 (99.22% from 255 or 34.71% from 729); Blue value is 234 (91.80% from 255 or 32.10% from 729); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FDEA is #0D0215. Grayscale: #F7F7F7. Windows color (decimal): -852502 or 15400434. OLE color: 15400434.

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

Color convert

RGB242253234-
CMYK0.0400.080.01
HSL94.74º82.61%95.49%-
HSV(B)94.74º7.51%99.22%-
XYZ86.5995.0791.63-
YUV247.54120.36124.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.20%
GREEN value IS 253 (99.22% from 255) = 34.71%
BLUE value IS 234 (91.80% from 255) = 32.10%
R=33.20%
G=34.71%
B=32.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422532340.0400.080.0194.7482.6195.49
HexF2FDEA40815f535f
Octal36237535240101137123137
Binary111100101111110111101010100010001101111110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FDEA; }

 p { color: rgb(242,253,234); }

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

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

 a { background-color: rgb(242,253,234); }

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

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

 span { border-color: rgb(242,253,234); }

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