Shades of Frangipani #FBDB9C
Tints of Frangipani #FBDB9C
RGB
CMYK
RGB Variations
Color information
#FBDB9C (or 0xFBDB9C) is known color: Frangipani. HEX triplet: FB, DB and 9C. RGB value is (251,219,156). Sum of RGB (Red+Green+Blue) = 251+219+156=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB9C is #042463. Grayscale: #DDDDDD. Windows color (decimal): -271460 or 10279931. OLE color: 10279931.
HSL color Cylindrical-coordinate representation of color #FBDB9C: hue angle of 39.79º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBDB9C is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 156 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.02 |
| HSL | 39.79º | 0.92% | 0.8% | - |
| HSV(B) | 39.79º | 0.38% | 0.98% | - |
| XYZ | 71.12 | 73.57 | 41.91 | - |
| YUV | 221.39 | 91.1 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 156 | 0 | 0.13 | 0.38 | 0.02 | 39.79 | 0.92 | 0.8 |
| Hex | FB | DB | 9C | 0 | D | 26 | 2 | 28 | 5C | 50 |
| Octal | 373 | 333 | 234 | 0 | 15 | 46 | 2 | 50 | 134 | 120 |
| Binary | 11111011 | 11011011 | 10011100 | 0 | 1101 | 100110 | 10 | 101000 | 1011100 | 1010000 |
Color Harmonies of #FBDB9C
Complementary color
Monochromatic Colors of #FBDB9C
Black with #FBDB9C
Text Example
Text Example
White with #FBDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB9C; }
p { color: rgb(251,219,156); }
H1.HeaderClassName
{
color: #FBDB9C;
}
.AnyTagClassName
{
color: #FBDB9C;
}
</style>
background-color css
<style>
a { background-color: #FBDB9C; }
a { background-color: rgb(251,219,156); }
div.DivClassName
{
background-color: #FBDB9C;
}
.BgClassName
{
background-color: #FBDB9C;
}
</style>
border-color css
<style>
span { border-color: #FBDB9C; }
span { border-color: rgb(251,219,156); }
td.TdClassName
{
border-color: #FBDB9C;
}
.TagClassName
{
border-color: #FBDB9C;
}
</style>