#FAF3ED

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

Shades of Seashell #FAF3ED

Tints of Seashell #FAF3ED

Color information

#FAF3ED (or 0xFAF3ED) is unknown color: approx Seashell. HEX triplet: FA, F3 and ED. RGB value is (250,243,237). Sum of RGB (Red+Green+Blue) = 250+243+237=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 243 (95.31% from 255 or 33.29% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF3ED is #050C12. Grayscale: #F4F4F4. Windows color (decimal): -330771 or 15594490. OLE color: 15594490.

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

Color convert

RGB250243237-
CMYK00.030.050.02
HSL27.69º56.52%95.49%-
HSV(B)27.69º5.2%98.04%-
XYZ86.7690.5493.02-
YUV244.41123.82131.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.25%
GREEN value IS 243 (95.31% from 255) = 33.29%
BLUE value IS 237 (92.97% from 255) = 32.47%
R=34.25%
G=33.29%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024323700.030.050.0227.6956.5295.49
HexFAF3ED03521c395f
Octal37236335503523471137
Binary11111010111100111110110101110110111001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3ED; }

 p { color: rgb(250,243,237); }

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

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

 a { background-color: rgb(250,243,237); }

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

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

 span { border-color: rgb(250,243,237); }

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