#FEFAF8

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

Shades of Seashell #FEFAF8

Tints of Seashell #FEFAF8

Color information

#FEFAF8 (or 0xFEFAF8) is unknown color: approx Seashell. HEX triplet: FE, FA and F8. RGB value is (254,250,248). Sum of RGB (Red+Green+Blue) = 254+250+248=752 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.78% from 752); Green value is 250 (98.05% from 255 or 33.24% from 752); Blue value is 248 (97.27% from 255 or 32.98% from 752); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAF8 is #010507. Grayscale: #FAFAFA. Windows color (decimal): -66824 or 16317182. OLE color: 16317182.

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

Color convert

RGB254250248-
CMYK00.020.020.00
HSL20º75%98.43%-
HSV(B)20º2.36%99.61%-
XYZ9296.22102.53-
YUV250.97126.33130.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.78%
GREEN value IS 250 (98.05% from 255) = 33.24%
BLUE value IS 248 (97.27% from 255) = 32.98%
R=33.78%
G=33.24%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425024800.020.020.00207598.43
HexFEFAF80220144b62
Octal376372370022024113142
Binary1111111011111010111110000101001010010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAF8; }

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

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

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

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

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

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

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

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