Html Css Color HEX #FAF6F2 Seashell

📋 copy color: '#FAF6F2'

red 250 ◦ green 246 ◦ blue 242

#FAF6F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seashell #FAF6F2

Tints of Seashell #FAF6F2

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 value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAF6F2 (or 0xFAF6F2) is known color: 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

RGB 250 246 242 -
CMYK 0 0.02 0.03 0.02
HSL 30º 0.44% 0.96% -
HSV(B) 30º 0.03% 0.98% -
XYZ 88.41 92.65 97.23 -
YUV 246.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 250 246 242 0 0.02 0.03 0.02 30 0.44 0.96
Hex FA F6 F2 0 2 3 2 1E 2C 60
Octal 372 366 362 0 2 3 2 36 54 140
Binary 11111010 11110110 11110010 0 10 11 10 11110 101100 1100000

Color Harmonies of #FAF6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF6F2

Black with #FAF6F2

Text Example


Text Example

White with #FAF6F2

Text Example


Text Example

HTML Codes & Css Web 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>