#F2FCEE

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

Shades of Panache #F2FCEE

Tints of Panache #F2FCEE

Color information

#F2FCEE (or 0xF2FCEE) is unknown color: approx Panache. HEX triplet: F2, FC and EE. RGB value is (242,252,238). Sum of RGB (Red+Green+Blue) = 242+252+238=732 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.06% from 732); Green value is 252 (98.83% from 255 or 34.43% from 732); Blue value is 238 (93.36% from 255 or 32.51% from 732); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCEE is #0D0311. Grayscale: #F7F7F7. Windows color (decimal): -852754 or 15662322. OLE color: 15662322.

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

Color convert

RGB242252238-
CMYK0.0400.060.01
HSL102.86º70%96.08%-
HSV(B)102.86º5.56%98.82%-
XYZ86.8694.6794.58-
YUV247.41122.69124.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.06%
GREEN value IS 252 (98.83% from 255) = 34.43%
BLUE value IS 238 (93.36% from 255) = 32.51%
R=33.06%
G=34.43%
B=32.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422522380.0400.060.01102.867096.08
HexF2FCEE4061674660
Octal3623743564061147106140
Binary11110010111111001110111010001101110011110001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCEE; }

 p { color: rgb(242,252,238); }

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

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

 a { background-color: rgb(242,252,238); }

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

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

 span { border-color: rgb(242,252,238); }

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