#FBF9F8

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

Shades of Seashell #FBF9F8

Tints of Seashell #FBF9F8

Color information

#FBF9F8 (or 0xFBF9F8) is unknown color: approx Seashell. HEX triplet: FB, F9 and F8. RGB value is (251,249,248). Sum of RGB (Red+Green+Blue) = 251+249+248=748 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.56% from 748); Green value is 249 (97.66% from 255 or 33.29% from 748); Blue value is 248 (97.27% from 255 or 33.16% from 748); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9F8 is #040607. Grayscale: #F9F9F9. Windows color (decimal): -263688 or 16316923. OLE color: 16316923.

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

Color convert

RGB251249248-
CMYK00.010.010.02
HSL20º27.27%97.84%-
HSV(B)20º1.2%98.43%-
XYZ90.695.04102.38-
YUV249.48127.16129.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.56%
GREEN value IS 249 (97.66% from 255) = 33.29%
BLUE value IS 248 (97.27% from 255) = 33.16%
R=33.56%
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.02
SystemRedGreenBlueCMYKHSL
Decimal25124924800.010.010.022027.2797.84
HexFBF9F80112141b62
Octal37337137001122433142
Binary1111101111111001111110000111010100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9F8; }

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

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

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

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

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

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

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

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