#FAF6F2

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

Shades of Seashell #FAF6F2

Tints of Seashell #FAF6F2

Color information

#FAF6F2 (or 0xFAF6F2) is unknown color: approx Seashell. HEX triplet: FA, F6 and F2. RGB value is (250,246,242). Sum of RGB (Red+Green+Blue) = 250+246+242=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 246 (96.48% from 255 or 33.33% from 738); Blue value is 242 (94.92% from 255 or 32.79% from 738); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6F2 is #05090D. Grayscale: #F6F6F6. Windows color (decimal): -329998 or 15922938. OLE color: 15922938.

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

Color convert

RGB250246242-
CMYK00.020.030.02
HSL30º44.44%96.47%-
HSV(B)30º3.2%98.04%-
XYZ88.4192.6597.23-
YUV246.74125.33130.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.88%
GREEN value IS 246 (96.48% from 255) = 33.33%
BLUE value IS 242 (94.92% from 255) = 32.79%
R=33.88%
G=33.33%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024624200.020.030.023044.4496.47
HexFAF6F202321e2c60
Octal37236636202323654140
Binary1111101011110110111100100101110111101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6F2; }

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

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

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

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

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

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

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

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