#FAF5F2

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

Shades of Seashell #FAF5F2

Tints of Seashell #FAF5F2

Color information

#FAF5F2 (or 0xFAF5F2) is unknown color: approx Seashell. HEX triplet: FA, F5 and F2. RGB value is (250,245,242). Sum of RGB (Red+Green+Blue) = 250+245+242=737 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.92% from 737); Green value is 245 (96.09% from 255 or 33.24% from 737); Blue value is 242 (94.92% from 255 or 32.84% from 737); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5F2 is #050A0D. Grayscale: #F6F6F6. Windows color (decimal): -330254 or 15922682. OLE color: 15922682.

HSL color Cylindrical-coordinate representation of color #FAF5F2: hue angle of 22.5º 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 #FAF5F2 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250245242-
CMYK00.020.030.02
HSL22.5º44.44%96.47%-
HSV(B)22.5º3.2%98.04%-
XYZ88.192.0497.13-
YUV246.15125.66130.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.92%
GREEN value IS 245 (96.09% from 255) = 33.24%
BLUE value IS 242 (94.92% from 255) = 32.84%
R=33.92%
G=33.24%
B=32.84%

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
Decimal25024524200.020.030.0222.544.4496.47
HexFAF5F20232172c60
Octal37236536202322754140
Binary1111101011110101111100100101110101111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5F2; }

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

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

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

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

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

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

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

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