#FFFAF7

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

Shades of Seashell #FFFAF7

Tints of Seashell #FFFAF7

Color information

#FFFAF7 (or 0xFFFAF7) is unknown color: approx Seashell. HEX triplet: FF, FA and F7. RGB value is (255,250,247). Sum of RGB (Red+Green+Blue) = 255+250+247=752 (99% of max value = 765). Red value is 255 (100% from 255 or 33.91% from 752); Green value is 250 (98.05% from 255 or 33.24% from 752); Blue value is 247 (96.88% from 255 or 32.85% from 752); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAF7 is #000508. Grayscale: #FBFBFB. Windows color (decimal): -1289 or 16251647. OLE color: 16251647.

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

Color convert

RGB255250247-
CMYK00.020.030
HSL22.5º100%98.43%-
HSV(B)22.5º3.14%100%-
XYZ92.2196.35101.73-
YUV251.15125.66130.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.91%
GREEN value IS 250 (98.05% from 255) = 33.24%
BLUE value IS 247 (96.88% from 255) = 32.85%
R=33.91%
G=33.24%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525024700.020.03022.510098.43
HexFFFAF70230176462
Octal377372367023027144142
Binary1111111111111010111101110101101011111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFAF7; }

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

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

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

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

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

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

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

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