#FEFBFA

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

Shades of Seashell #FEFBFA

Tints of Seashell #FEFBFA

Color information

#FEFBFA (or 0xFEFBFA) is unknown color: approx Seashell. HEX triplet: FE, FB and FA. RGB value is (254,251,250). Sum of RGB (Red+Green+Blue) = 254+251+250=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 251 (98.44% from 255 or 33.25% from 755); Blue value is 250 (98.05% from 255 or 33.11% from 755); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBFA is #010405. Grayscale: #FBFBFB. Windows color (decimal): -66566 or 16448510. OLE color: 16448510.

HSL color Cylindrical-coordinate representation of color #FEFBFA: hue angle of 15º 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 #FEFBFA is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254251250-
CMYK00.010.020.00
HSL15º66.67%98.82%-
HSV(B)15º1.57%99.61%-
XYZ92.6396.97104.28-
YUV251.78126.99129.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.64%
GREEN value IS 251 (98.44% from 255) = 33.25%
BLUE value IS 250 (98.05% from 255) = 33.11%
R=33.64%
G=33.25%
B=33.11%

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
Decimal25425125000.010.020.001566.6798.82
HexFEFBFA0120f4363
Octal376373372012017103143
Binary11111110111110111111101001100111110000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBFA; }

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

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

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

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

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

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

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

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