#FBF2ED

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

Shades of Seashell #FBF2ED

Tints of Seashell #FBF2ED

Color information

#FBF2ED (or 0xFBF2ED) is unknown color: approx Seashell. HEX triplet: FB, F2 and ED. RGB value is (251,242,237). Sum of RGB (Red+Green+Blue) = 251+242+237=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF2ED is #040D12. Grayscale: #F4F4F4. Windows color (decimal): -265491 or 15594235. OLE color: 15594235.

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

Color convert

RGB251242237-
CMYK00.040.060.02
HSL21.43º63.64%95.69%-
HSV(B)21.43º5.58%98.43%-
XYZ86.8290.1392.94-
YUV244.12123.98132.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.38%
GREEN value IS 242 (94.92% from 255) = 33.15%
BLUE value IS 237 (92.97% from 255) = 32.47%
R=34.38%
G=33.15%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124223700.040.060.0221.4363.6495.69
HexFBF2ED0462154060
Octal373362355046225100140
Binary1111101111110010111011010100110101010110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF2ED; }

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

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

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

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

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

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

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

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