#FCFAF9

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

Shades of Seashell #FCFAF9

Tints of Seashell #FCFAF9

Color information

#FCFAF9 (or 0xFCFAF9) is unknown color: approx Seashell. HEX triplet: FC, FA and F9. RGB value is (252,250,249). Sum of RGB (Red+Green+Blue) = 252+250+249=751 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.56% from 751); Green value is 250 (98.05% from 255 or 33.29% from 751); Blue value is 249 (97.66% from 255 or 33.16% from 751); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF9 is #030506. Grayscale: #FAFAFA. Windows color (decimal): -197895 or 16382716. OLE color: 16382716.

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

Color convert

RGB252250249-
CMYK00.010.010.01
HSL20º33.33%98.24%-
HSV(B)20º1.19%98.82%-
XYZ91.4395.91103.32-
YUV250.48127.16129.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.56%
GREEN value IS 250 (98.05% from 255) = 33.29%
BLUE value IS 249 (97.66% from 255) = 33.16%
R=33.56%
G=33.29%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225024900.010.010.012033.3398.24
HexFCFAF90111142162
Octal37437237101112441142
Binary1111110011111010111110010111101001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAF9; }

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

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

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

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

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

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

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

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