#FBF4F1

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

Shades of Seashell #FBF4F1

Tints of Seashell #FBF4F1

Color information

#FBF4F1 (or 0xFBF4F1) is unknown color: approx Seashell. HEX triplet: FB, F4 and F1. RGB value is (251,244,241). Sum of RGB (Red+Green+Blue) = 251+244+241=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 244 (95.70% from 255 or 33.15% from 736); Blue value is 241 (94.53% from 255 or 32.74% from 736); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF4F1 is #040B0E. Grayscale: #F5F5F5. Windows color (decimal): -264975 or 15856891. OLE color: 15856891.

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

Color convert

RGB251244241-
CMYK00.030.040.02
HSL18º55.56%96.47%-
HSV(B)18º3.98%98.43%-
XYZ88.0191.5696.25-
YUV245.75125.32131.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.10%
GREEN value IS 244 (95.70% from 255) = 33.15%
BLUE value IS 241 (94.53% from 255) = 32.74%
R=34.10%
G=33.15%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124424100.030.040.021855.5696.47
HexFBF4F10342123860
Octal37336436103422270140
Binary11111011111101001111000101110010100101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4F1; }

 p { color: rgb(251,244,241); }

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

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

 a { background-color: rgb(251,244,241); }

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

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

 span { border-color: rgb(251,244,241); }

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