#FAF3EE

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

Shades of Seashell #FAF3EE

Tints of Seashell #FAF3EE

Color information

#FAF3EE (or 0xFAF3EE) is unknown color: approx Seashell. HEX triplet: FA, F3 and EE. RGB value is (250,243,238). Sum of RGB (Red+Green+Blue) = 250+243+238=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 243 (95.31% from 255 or 33.24% from 731); Blue value is 238 (93.36% from 255 or 32.56% from 731); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF3EE is #050C11. Grayscale: #F4F4F4. Windows color (decimal): -330770 or 15660026. OLE color: 15660026.

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

Color convert

RGB250243238-
CMYK00.030.050.02
HSL25º54.55%95.69%-
HSV(B)25º4.8%98.04%-
XYZ86.9190.693.8-
YUV244.52124.32131.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.20%
GREEN value IS 243 (95.31% from 255) = 33.24%
BLUE value IS 238 (93.36% from 255) = 32.56%
R=34.20%
G=33.24%
B=32.56%

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
Decimal25024323800.030.050.022554.5595.69
HexFAF3EE0352193760
Octal37236335603523167140
Binary11111010111100111110111001110110110011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3EE; }

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

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

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

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

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

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

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

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