#FBF1DF

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

Shades of Island Spice #FBF1DF

Tints of Island Spice #FBF1DF

Color information

#FBF1DF (or 0xFBF1DF) is unknown color: approx Island Spice. HEX triplet: FB, F1 and DF. RGB value is (251,241,223). Sum of RGB (Red+Green+Blue) = 251+241+223=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1DF is #040E20. Grayscale: #F2F2F2. Windows color (decimal): -265761 or 14676475. OLE color: 14676475.

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

Color convert

RGB251241223-
CMYK00.040.110.02
HSL38.57º77.78%92.94%-
HSV(B)38.57º11.16%98.43%-
XYZ84.5688.7582.49-
YUV241.94117.31134.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 241 (94.53% from 255) = 33.71%
BLUE value IS 223 (87.5% from 255) = 31.19%
R=35.10%
G=33.71%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124122300.040.110.0238.5777.7892.94
HexFBF1DF04B2274e5d
Octal3733613370413247116135
Binary111110111111000111011111010010111010011110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1DF; }

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

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

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

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

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

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

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

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