#F2FEE6

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

Shades of Panache #F2FEE6

Tints of Panache #F2FEE6

Color information

#F2FEE6 (or 0xF2FEE6) is unknown color: approx Panache. HEX triplet: F2, FE and E6. RGB value is (242,254,230). Sum of RGB (Red+Green+Blue) = 242+254+230=726 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.33% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 230 (90.23% from 255 or 31.68% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEE6 is #0D0119. Grayscale: #F7F7F7. Windows color (decimal): -852250 or 15138546. OLE color: 15138546.

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

Color convert

RGB242254230-
CMYK0.0500.090.00
HSL90º92.31%94.9%-
HSV(B)90º9.45%99.61%-
XYZ86.3495.4788.74-
YUV247.68118.02123.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.33%
GREEN value IS 254 (99.61% from 255) = 34.99%
BLUE value IS 230 (90.23% from 255) = 31.68%
R=33.33%
G=34.99%
B=31.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542300.0500.090.009092.3194.9
HexF2FEE650905a5c5f
Octal36237634650110132134137
Binary111100101111111011100110101010010101101010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEE6; }

 p { color: rgb(242,254,230); }

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

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

 a { background-color: rgb(242,254,230); }

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

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

 span { border-color: rgb(242,254,230); }

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