#FBFAF9

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

Shades of Seashell #FBFAF9

Tints of Seashell #FBFAF9

Color information

#FBFAF9 (or 0xFBFAF9) is unknown color: approx Seashell. HEX triplet: FB, FA and F9. RGB value is (251,250,249). Sum of RGB (Red+Green+Blue) = 251+250+249=750 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.47% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 249 (97.66% from 255 or 33.2% from 750); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAF9 is #040506. Grayscale: #FAFAFA. Windows color (decimal): -263431 or 16382715. OLE color: 16382715.

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

Color convert

RGB251250249-
CMYK00.000.010.02
HSL30º20%98.04%-
HSV(B)30º0.8%98.43%-
XYZ91.0795.72103.3-
YUV250.18127.33128.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.47%
GREEN value IS 250 (98.05% from 255) = 33.33%
BLUE value IS 249 (97.66% from 255) = 33.2%
R=33.47%
G=33.33%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125024900.000.010.02302098.04
HexFBFAF900121e1462
Octal37337237100123624142
Binary1111101111111010111110010011011110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAF9; }

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

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

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

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

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

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

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

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