#FFFBF9

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

Shades of Seashell #FFFBF9

Tints of Seashell #FFFBF9

Color information

#FFFBF9 (or 0xFFFBF9) is unknown color: approx Seashell. HEX triplet: FF, FB and F9. RGB value is (255,251,249). Sum of RGB (Red+Green+Blue) = 255+251+249=755 (100% of max value = 765). Red value is 255 (100% from 255 or 33.77% from 755); Green value is 251 (98.44% from 255 or 33.25% from 755); Blue value is 249 (97.66% from 255 or 32.98% from 755); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFBF9 is #000406. Grayscale: #FBFBFB. Windows color (decimal): -1031 or 16382975. OLE color: 16382975.

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

Color convert

RGB255251249-
CMYK00.020.020
HSL20º100%98.82%-
HSV(B)20º2.35%100%-
XYZ92.8497.09103.47-
YUV251.97126.33130.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.77%
GREEN value IS 251 (98.44% from 255) = 33.25%
BLUE value IS 249 (97.66% from 255) = 32.98%
R=33.77%
G=33.25%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525124900.020.0202010098.82
HexFFFBF90220146463
Octal377373371022024144143
Binary1111111111111011111110010101001010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBF9; }

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

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

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

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

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

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

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

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