#FBF8F5

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

Shades of Seashell #FBF8F5

Tints of Seashell #FBF8F5

Color information

#FBF8F5 (or 0xFBF8F5) is unknown color: approx Seashell. HEX triplet: FB, F8 and F5. RGB value is (251,248,245). Sum of RGB (Red+Green+Blue) = 251+248+245=744 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.74% from 744); Green value is 248 (97.27% from 255 or 33.33% from 744); Blue value is 245 (96.09% from 255 or 32.93% from 744); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF8F5 is #04070A. Grayscale: #F8F8F8. Windows color (decimal): -263947 or 16120059. OLE color: 16120059.

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

Color convert

RGB251248245-
CMYK00.010.020.02
HSL30º42.86%97.25%-
HSV(B)30º2.39%98.43%-
XYZ89.8394.2499.84-
YUV248.56125.99129.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.74%
GREEN value IS 248 (97.27% from 255) = 33.33%
BLUE value IS 245 (96.09% from 255) = 32.93%
R=33.74%
G=33.33%
B=32.93%

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
Decimal25124824500.010.020.023042.8697.25
HexFBF8F501221e2b61
Octal37337036501223653141
Binary111110111111100011110101011010111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8F5; }

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

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

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

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

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

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

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

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