#FFFAF6

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

Shades of Seashell #FFFAF6

Tints of Seashell #FFFAF6

Color information

#FFFAF6 (or 0xFFFAF6) is unknown color: approx Seashell. HEX triplet: FF, FA and F6. RGB value is (255,250,246). Sum of RGB (Red+Green+Blue) = 255+250+246=751 (99% of max value = 765). Red value is 255 (100% from 255 or 33.95% from 751); Green value is 250 (98.05% from 255 or 33.29% from 751); Blue value is 246 (96.48% from 255 or 32.76% from 751); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAF6 is #000509. Grayscale: #FBFBFB. Windows color (decimal): -1290 or 16186111. OLE color: 16186111.

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

Color convert

RGB255250246-
CMYK00.020.040
HSL26.67º100%98.24%-
HSV(B)26.67º3.53%100%-
XYZ92.0696.29100.92-
YUV251.04125.16130.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.95%
GREEN value IS 250 (98.05% from 255) = 33.29%
BLUE value IS 246 (96.48% from 255) = 32.76%
R=33.95%
G=33.29%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525024600.020.04026.6710098.24
HexFFFAF602401b6462
Octal377372366024033144142
Binary11111111111110101111011001010001101111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFAF6; }

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

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

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

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

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

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

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

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