#FEFAF7

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

Shades of Seashell #FEFAF7

Tints of Seashell #FEFAF7

Color information

#FEFAF7 (or 0xFEFAF7) is unknown color: approx Seashell. HEX triplet: FE, FA and F7. RGB value is (254,250,247). Sum of RGB (Red+Green+Blue) = 254+250+247=751 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.82% from 751); Green value is 250 (98.05% from 255 or 33.29% from 751); Blue value is 247 (96.88% from 255 or 32.89% from 751); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAF7 is #010508. Grayscale: #FAFAFA. Windows color (decimal): -66825 or 16251646. OLE color: 16251646.

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

Color convert

RGB254250247-
CMYK00.020.030.00
HSL25.71º77.78%98.24%-
HSV(B)25.71º2.76%99.61%-
XYZ91.8596.16101.72-
YUV250.85125.83130.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.82%
GREEN value IS 250 (98.05% from 255) = 33.29%
BLUE value IS 247 (96.88% from 255) = 32.89%
R=33.82%
G=33.29%
B=32.89%

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
Decimal25425024700.020.030.0025.7177.7898.24
HexFEFAF702301a4e62
Octal376372367023032116142
Binary1111111011111010111101110101101101010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAF7; }

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

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

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

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

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

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

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

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