Shades of Frangipani #FBD6A4
Tints of Frangipani #FBD6A4
RGB
CMYK
RGB Variations
Color information
#FBD6A4 (or 0xFBD6A4) is known color: Frangipani. HEX triplet: FB, D6 and A4. RGB value is (251,214,164). Sum of RGB (Red+Green+Blue) = 251+214+164=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 164 (64.45% from 255 or 26.07% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD6A4 is #04295B. Grayscale: #DBDBDB. Windows color (decimal): -272732 or 10802939. OLE color: 10802939.
HSL color Cylindrical-coordinate representation of color #FBD6A4: hue angle of 34.48º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBD6A4 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 214 | 164 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.02 |
| HSL | 34.48º | 0.92% | 0.81% | - |
| HSV(B) | 34.48º | 0.35% | 0.98% | - |
| XYZ | 70.53 | 71.28 | 45.16 | - |
| YUV | 219.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 214 | 164 | 0 | 0.15 | 0.35 | 0.02 | 34.48 | 0.92 | 0.81 |
| Hex | FB | D6 | A4 | 0 | F | 23 | 2 | 22 | 5C | 51 |
| Octal | 373 | 326 | 244 | 0 | 17 | 43 | 2 | 42 | 134 | 121 |
| Binary | 11111011 | 11010110 | 10100100 | 0 | 1111 | 100011 | 10 | 100010 | 1011100 | 1010001 |
Color Harmonies of #FBD6A4
Complementary color
Monochromatic Colors of #FBD6A4
Black with #FBD6A4
Text Example
Text Example
White with #FBD6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD6A4; }
p { color: rgb(251,214,164); }
H1.HeaderClassName
{
color: #FBD6A4;
}
.AnyTagClassName
{
color: #FBD6A4;
}
</style>
background-color css
<style>
a { background-color: #FBD6A4; }
a { background-color: rgb(251,214,164); }
div.DivClassName
{
background-color: #FBD6A4;
}
.BgClassName
{
background-color: #FBD6A4;
}
</style>
border-color css
<style>
span { border-color: #FBD6A4; }
span { border-color: rgb(251,214,164); }
td.TdClassName
{
border-color: #FBD6A4;
}
.TagClassName
{
border-color: #FBD6A4;
}
</style>