#FCFFFA

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

Shades of Panache #FCFFFA

Tints of Panache #FCFFFA

Color information

#FCFFFA (or 0xFCFFFA) is unknown color: approx Panache. HEX triplet: FC, FF and FA. RGB value is (252,255,250). Sum of RGB (Red+Green+Blue) = 252+255+250=757 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.29% from 757); Green value is 255 (100% from 255 or 33.69% from 757); Blue value is 250 (98.05% from 255 or 33.03% from 757); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFFFA is #030005. Grayscale: #FDFDFD. Windows color (decimal): -196614 or 16449532. OLE color: 16449532.

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

Color convert

RGB252255250-
CMYK0.0100.020
HSL96º100%99.02%-
HSV(B)96º1.96%100%-
XYZ93.1699.12104.66-
YUV253.53126.01126.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.29%
GREEN value IS 255 (100% from 255) = 33.69%
BLUE value IS 250 (98.05% from 255) = 33.03%
R=33.29%
G=33.69%
B=33.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552500.0100.0209610099.02
HexFCFFFA1020606463
Octal3743773721020140144143
Binary11111100111111111111101010100110000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFFA; }

 p { color: rgb(252,255,250); }

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

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

 a { background-color: rgb(252,255,250); }

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

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

 span { border-color: rgb(252,255,250); }

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