#FEFAF6

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

Shades of Seashell #FEFAF6

Tints of Seashell #FEFAF6

Color information

#FEFAF6 (or 0xFEFAF6) is unknown color: approx Seashell. HEX triplet: FE, FA and F6. RGB value is (254,250,246). Sum of RGB (Red+Green+Blue) = 254+250+246=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 246 (96.48% from 255 or 32.8% from 750); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAF6 is #010509. Grayscale: #FAFAFA. Windows color (decimal): -66826 or 16186110. OLE color: 16186110.

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

Color convert

RGB254250246-
CMYK00.020.030.00
HSL30º80%98.04%-
HSV(B)30º3.15%99.61%-
XYZ91.6996.1100.9-
YUV250.74125.33130.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.87%
GREEN value IS 250 (98.05% from 255) = 33.33%
BLUE value IS 246 (96.48% from 255) = 32.8%
R=33.87%
G=33.33%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425024600.020.030.00308098.04
HexFEFAF602301e5062
Octal376372366023036120142
Binary1111111011111010111101100101101111010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAF6; }

 p { color: rgb(254,250,246); }

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

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

 a { background-color: rgb(254,250,246); }

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

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

 span { border-color: rgb(254,250,246); }

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