#FCFFF9

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

Shades of Saltpan #FCFFF9

Tints of Saltpan #FCFFF9

Color information

#FCFFF9 (or 0xFCFFF9) is unknown color: approx Saltpan. HEX triplet: FC, FF and F9. RGB value is (252,255,249). Sum of RGB (Red+Green+Blue) = 252+255+249=756 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.33% from 756); Green value is 255 (100% from 255 or 33.73% from 756); Blue value is 249 (97.66% from 255 or 32.94% from 756); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFFF9 is #030006. Grayscale: #FDFDFD. Windows color (decimal): -196615 or 16383996. OLE color: 16383996.

HSL color Cylindrical-coordinate representation of color #FCFFF9: hue angle of 90º 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 #FCFFF9 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB252255249-
CMYK0.0100.020
HSL90º100%98.82%-
HSV(B)90º2.35%100%-
XYZ9399.06103.84-
YUV253.42125.51126.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.33%
GREEN value IS 255 (100% from 255) = 33.73%
BLUE value IS 249 (97.66% from 255) = 32.94%
R=33.33%
G=33.73%
B=32.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522552490.0100.0209010098.82
HexFCFFF910205a6463
Octal3743773711020132144143
Binary11111100111111111111100110100101101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFFF9; }

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

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

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

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

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

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

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

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