#FEFBF9

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

Shades of Seashell #FEFBF9

Tints of Seashell #FEFBF9

Color information

#FEFBF9 (or 0xFEFBF9) is unknown color: approx Seashell. HEX triplet: FE, FB and F9. RGB value is (254,251,249). Sum of RGB (Red+Green+Blue) = 254+251+249=754 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.69% from 754); Green value is 251 (98.44% from 255 or 33.29% from 754); Blue value is 249 (97.66% from 255 or 33.02% from 754); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBF9 is #010406. Grayscale: #FBFBFB. Windows color (decimal): -66567 or 16382974. OLE color: 16382974.

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

Color convert

RGB254251249-
CMYK00.010.020.00
HSL24º71.43%98.63%-
HSV(B)24º1.97%99.61%-
XYZ92.4796.9103.45-
YUV251.67126.49129.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.69%
GREEN value IS 251 (98.44% from 255) = 33.29%
BLUE value IS 249 (97.66% from 255) = 33.02%
R=33.69%
G=33.29%
B=33.02%

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
Decimal25425124900.010.020.002471.4398.63
HexFEFBF90120184763
Octal376373371012030107143
Binary111111101111101111111001011001100010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBF9; }

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

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

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

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

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

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

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

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