#FFFAF8

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

Shades of Seashell #FFFAF8

Tints of Seashell #FFFAF8

Color information

#FFFAF8 (or 0xFFFAF8) is unknown color: approx Seashell. HEX triplet: FF, FA and F8. RGB value is (255,250,248). Sum of RGB (Red+Green+Blue) = 255+250+248=753 (99% of max value = 765). Red value is 255 (100% from 255 or 33.86% from 753); Green value is 250 (98.05% from 255 or 33.20% from 753); Blue value is 248 (97.27% from 255 or 32.93% from 753); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAF8 is #000507. Grayscale: #FBFBFB. Windows color (decimal): -1288 or 16317183. OLE color: 16317183.

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

Color convert

RGB255250248-
CMYK00.020.030
HSL17.14º100%98.63%-
HSV(B)17.14º2.75%100%-
XYZ92.3796.41102.55-
YUV251.27126.16130.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.86%
GREEN value IS 250 (98.05% from 255) = 33.20%
BLUE value IS 248 (97.27% from 255) = 32.93%
R=33.86%
G=33.20%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525024800.020.03017.1410098.63
HexFFFAF80230116463
Octal377372370023021144143
Binary1111111111111010111110000101101000111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFAF8; }

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

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

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

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

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

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

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

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