#FCFAF8

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

Shades of Seashell #FCFAF8

Tints of Seashell #FCFAF8

Color information

#FCFAF8 (or 0xFCFAF8) is unknown color: approx Seashell. HEX triplet: FC, FA and F8. RGB value is (252,250,248). Sum of RGB (Red+Green+Blue) = 252+250+248=750 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.6% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 248 (97.27% from 255 or 33.07% from 750); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF8 is #030507. Grayscale: #FAFAFA. Windows color (decimal): -197896 or 16317180. OLE color: 16317180.

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

Color convert

RGB252250248-
CMYK00.010.020.01
HSL30º40%98.04%-
HSV(B)30º1.59%98.82%-
XYZ91.2795.84102.5-
YUV250.37126.66129.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.6%
GREEN value IS 250 (98.05% from 255) = 33.33%
BLUE value IS 248 (97.27% from 255) = 33.07%
R=33.6%
G=33.33%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225024800.010.020.01304098.04
HexFCFAF801211e2862
Octal37437237001213650142
Binary11111100111110101111100001101111101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAF8; }

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

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

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

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

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

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

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

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