#F5FCEF

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

Shades of Panache #F5FCEF

Tints of Panache #F5FCEF

Color information

#F5FCEF (or 0xF5FCEF) is unknown color: approx Panache. HEX triplet: F5, FC and EF. RGB value is (245,252,239). Sum of RGB (Red+Green+Blue) = 245+252+239=736 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.29% from 736); Green value is 252 (98.83% from 255 or 34.24% from 736); Blue value is 239 (93.75% from 255 or 32.47% from 736); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCEF is #0A0310. Grayscale: #F8F8F8. Windows color (decimal): -656145 or 15727861. OLE color: 15727861.

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

Color convert

RGB245252239-
CMYK0.0300.050.01
HSL92.31º68.42%96.27%-
HSV(B)92.31º5.16%98.82%-
XYZ88.0595.2795.41-
YUV248.42122.68125.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.29%
GREEN value IS 252 (98.83% from 255) = 34.24%
BLUE value IS 239 (93.75% from 255) = 32.47%
R=33.29%
G=34.24%
B=32.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452522390.0300.050.0192.3168.4296.27
HexF5FCEF30515c4460
Octal3653743573051134104140
Binary1111010111111100111011111101011101110010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCEF; }

 p { color: rgb(245,252,239); }

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

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

 a { background-color: rgb(245,252,239); }

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

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

 span { border-color: rgb(245,252,239); }

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