#FBF0DD

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

Shades of Island Spice #FBF0DD

Tints of Island Spice #FBF0DD

Color information

#FBF0DD (or 0xFBF0DD) is unknown color: approx Island Spice. HEX triplet: FB, F0 and DD. RGB value is (251,240,221). Sum of RGB (Red+Green+Blue) = 251+240+221=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0DD is #040F22. Grayscale: #F1F1F1. Windows color (decimal): -266019 or 14545147. OLE color: 14545147.

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

Color convert

RGB251240221-
CMYK00.040.120.02
HSL38º78.95%92.55%-
HSV(B)38º11.95%98.43%-
XYZ83.9988.0580.97-
YUV241.12116.64135.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.25%
GREEN value IS 240 (94.14% from 255) = 33.71%
BLUE value IS 221 (86.72% from 255) = 31.04%
R=35.25%
G=33.71%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124022100.040.120.023878.9592.55
HexFBF0DD04C2264f5d
Octal3733603350414246117135
Binary111110111111000011011101010011001010011010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0DD; }

 p { color: rgb(251,240,221); }

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

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

 a { background-color: rgb(251,240,221); }

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

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

 span { border-color: rgb(251,240,221); }

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