#FBF8F6

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

Shades of Seashell #FBF8F6

Tints of Seashell #FBF8F6

Color information

#FBF8F6 (or 0xFBF8F6) is unknown color: approx Seashell. HEX triplet: FB, F8 and F6. RGB value is (251,248,246). Sum of RGB (Red+Green+Blue) = 251+248+246=745 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.69% from 745); Green value is 248 (97.27% from 255 or 33.29% from 745); Blue value is 246 (96.48% from 255 or 33.02% from 745); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF8F6 is #040709. Grayscale: #F8F8F8. Windows color (decimal): -263946 or 16185595. OLE color: 16185595.

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

Color convert

RGB251248246-
CMYK00.010.020.02
HSL24º38.46%97.45%-
HSV(B)24º1.99%98.43%-
XYZ89.9994.3100.65-
YUV248.67126.49129.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.69%
GREEN value IS 248 (97.27% from 255) = 33.29%
BLUE value IS 246 (96.48% 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.02
SystemRedGreenBlueCMYKHSL
Decimal25124824600.010.020.022438.4697.45
HexFBF8F60122182661
Octal37337036601223046141
Binary111110111111100011110110011010110001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8F6; }

 p { color: rgb(251,248,246); }

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

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

 a { background-color: rgb(251,248,246); }

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

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

 span { border-color: rgb(251,248,246); }

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