#FCFEFB

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

Shades of Panache #FCFEFB

Tints of Panache #FCFEFB

Color information

#FCFEFB (or 0xFCFEFB) is unknown color: approx Panache. HEX triplet: FC, FE and FB. RGB value is (252,254,251). Sum of RGB (Red+Green+Blue) = 252+254+251=757 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.29% from 757); Green value is 254 (99.61% from 255 or 33.55% from 757); Blue value is 251 (98.44% from 255 or 33.16% from 757); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEFB is #030104. Grayscale: #FDFDFD. Windows color (decimal): -196869 or 16514812. OLE color: 16514812.

HSL color Cylindrical-coordinate representation of color #FCFEFB: hue angle of 100º degrees, saturation: 0.6, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFEFB is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB252254251-
CMYK0.0100.010.00
HSL100º60%99.02%-
HSV(B)100º1.18%99.61%-
XYZ9398.54105.39-
YUV253.06126.84127.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.29%
GREEN value IS 254 (99.61% from 255) = 33.55%
BLUE value IS 251 (98.44% from 255) = 33.16%
R=33.29%
G=33.55%
B=33.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522542510.0100.010.001006099.02
HexFCFEFB1010643c63
Octal374376373101014474143
Binary111111001111111011111011101011001001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEFB; }

 p { color: rgb(252,254,251); }

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

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

 a { background-color: rgb(252,254,251); }

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

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

 span { border-color: rgb(252,254,251); }

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