#FEFCFA

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

Shades of Seashell #FEFCFA

Tints of Seashell #FEFCFA

Color information

#FEFCFA (or 0xFEFCFA) is unknown color: approx Seashell. HEX triplet: FE, FC and FA. RGB value is (254,252,250). Sum of RGB (Red+Green+Blue) = 254+252+250=756 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.60% from 756); Green value is 252 (98.83% from 255 or 33.33% from 756); Blue value is 250 (98.05% from 255 or 33.07% from 756); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCFA is #010305. Grayscale: #FCFCFC. Windows color (decimal): -66310 or 16448766. OLE color: 16448766.

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

Color convert

RGB254252250-
CMYK00.010.020.00
HSL30º66.67%98.82%-
HSV(B)30º1.57%99.61%-
XYZ92.9497.59104.38-
YUV252.37126.66129.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.60%
GREEN value IS 252 (98.83% from 255) = 33.33%
BLUE value IS 250 (98.05% from 255) = 33.07%
R=33.60%
G=33.33%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425225000.010.020.003066.6798.82
HexFEFCFA01201e4363
Octal376374372012036103143
Binary111111101111110011111010011001111010000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCFA; }

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

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

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

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

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

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

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

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