#FAF4F1

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

Shades of Seashell #FAF4F1

Tints of Seashell #FAF4F1

Color information

#FAF4F1 (or 0xFAF4F1) is unknown color: approx Seashell. HEX triplet: FA, F4 and F1. RGB value is (250,244,241). Sum of RGB (Red+Green+Blue) = 250+244+241=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 244 (95.70% from 255 or 33.20% from 735); Blue value is 241 (94.53% from 255 or 32.79% from 735); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF4F1 is #050B0E. Grayscale: #F5F5F5. Windows color (decimal): -330511 or 15856890. OLE color: 15856890.

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

Color convert

RGB250244241-
CMYK00.020.040.02
HSL20º47.37%96.27%-
HSV(B)20º3.6%98.04%-
XYZ87.6591.3896.24-
YUV245.45125.49131.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.01%
GREEN value IS 244 (95.70% from 255) = 33.20%
BLUE value IS 241 (94.53% from 255) = 32.79%
R=34.01%
G=33.20%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024424100.020.040.022047.3796.27
HexFAF4F10242142f60
Octal37236436102422457140
Binary11111010111101001111000101010010101001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4F1; }

 p { color: rgb(250,244,241); }

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

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

 a { background-color: rgb(250,244,241); }

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

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

 span { border-color: rgb(250,244,241); }

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