#FFFDFB

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

Shades of Seashell #FFFDFB

Tints of Seashell #FFFDFB

Color information

#FFFDFB (or 0xFFFDFB) is unknown color: approx Seashell. HEX triplet: FF, FD and FB. RGB value is (255,253,251). Sum of RGB (Red+Green+Blue) = 255+253+251=759 (100% of max value = 765). Red value is 255 (100% from 255 or 33.60% from 759); Green value is 253 (99.22% from 255 or 33.33% from 759); Blue value is 251 (98.44% from 255 or 33.07% from 759); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDFB is #000204. Grayscale: #FDFDFD. Windows color (decimal): -517 or 16514559. OLE color: 16514559.

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

Color convert

RGB255253251-
CMYK00.010.020
HSL30º100%99.22%-
HSV(B)30º1.57%100%-
XYZ93.7898.48105.33-
YUV253.37126.66129.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.60%
GREEN value IS 253 (99.22% from 255) = 33.33%
BLUE value IS 251 (98.44% from 255) = 33.07%
R=33.60%
G=33.33%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525325100.010.0203010099.22
HexFFFDFB01201e6463
Octal377375373012036144143
Binary111111111111110111111011011001111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDFB; }

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

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

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

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

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

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

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

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