#FEFCFB

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

Shades of Seashell #FEFCFB

Tints of Seashell #FEFCFB

Color information

#FEFCFB (or 0xFEFCFB) is unknown color: approx Seashell. HEX triplet: FE, FC and FB. RGB value is (254,252,251). Sum of RGB (Red+Green+Blue) = 254+252+251=757 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.55% from 757); Green value is 252 (98.83% from 255 or 33.29% from 757); Blue value is 251 (98.44% from 255 or 33.16% from 757); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCFB is #010304. Grayscale: #FCFCFC. Windows color (decimal): -66309 or 16514302. OLE color: 16514302.

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

Color convert

RGB254252251-
CMYK00.010.010.00
HSL20º60%99.02%-
HSV(B)20º1.18%99.61%-
XYZ93.197.66105.21-
YUV252.48127.16129.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.55%
GREEN value IS 252 (98.83% from 255) = 33.29%
BLUE value IS 251 (98.44% from 255) = 33.16%
R=33.55%
G=33.29%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425225100.010.010.00206099.02
HexFEFCFB0110143c63
Octal37637437301102474143
Binary1111111011111100111110110110101001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCFB; }

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

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

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

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

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

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

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

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