#FBF5F2

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

Shades of Seashell #FBF5F2

Tints of Seashell #FBF5F2

Color information

#FBF5F2 (or 0xFBF5F2) is unknown color: approx Seashell. HEX triplet: FB, F5 and F2. RGB value is (251,245,242). Sum of RGB (Red+Green+Blue) = 251+245+242=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 245 (96.09% from 255 or 33.20% from 738); Blue value is 242 (94.92% from 255 or 32.79% from 738); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5F2 is #040A0D. Grayscale: #F6F6F6. Windows color (decimal): -264718 or 15922683. OLE color: 15922683.

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

Color convert

RGB251245242-
CMYK00.020.040.02
HSL20º52.94%96.67%-
HSV(B)20º3.59%98.43%-
XYZ88.4692.2297.14-
YUV246.45125.49131.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.01%
GREEN value IS 245 (96.09% from 255) = 33.20%
BLUE value IS 242 (94.92% from 255) = 32.79%
R=34.01%
G=33.20%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124524200.020.040.022052.9496.67
HexFBF5F20242143561
Octal37336536202422465141
Binary11111011111101011111001001010010101001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5F2; }

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

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

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

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

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

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

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

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