Shades of Frangipani #F8D7A4
Tints of Frangipani #F8D7A4
RGB
CMYK
RGB Variations
Color information
#F8D7A4 (or 0xF8D7A4) is known color: Frangipani. HEX triplet: F8, D7 and A4. RGB value is (248,215,164). Sum of RGB (Red+Green+Blue) = 248+215+164=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 164 (64.45% from 255 or 26.16% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D7A4 is #07285B. Grayscale: #DBDBDB. Windows color (decimal): -469084 or 10803192. OLE color: 10803192.
HSL color Cylindrical-coordinate representation of color #F8D7A4: hue angle of 36.43º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8D7A4 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 164 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.03 |
| HSL | 36.43º | 0.86% | 0.81% | - |
| HSV(B) | 36.43º | 0.34% | 0.97% | - |
| XYZ | 69.71 | 71.24 | 45.2 | - |
| YUV | 219.05 | 96.93 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 164 | 0 | 0.13 | 0.34 | 0.03 | 36.43 | 0.86 | 0.81 |
| Hex | F8 | D7 | A4 | 0 | D | 22 | 3 | 24 | 56 | 51 |
| Octal | 370 | 327 | 244 | 0 | 15 | 42 | 3 | 44 | 126 | 121 |
| Binary | 11111000 | 11010111 | 10100100 | 0 | 1101 | 100010 | 11 | 100100 | 1010110 | 1010001 |
Color Harmonies of #F8D7A4
Complementary color
Monochromatic Colors of #F8D7A4
Black with #F8D7A4
Text Example
Text Example
White with #F8D7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D7A4; }
p { color: rgb(248,215,164); }
H1.HeaderClassName
{
color: #F8D7A4;
}
.AnyTagClassName
{
color: #F8D7A4;
}
</style>
background-color css
<style>
a { background-color: #F8D7A4; }
a { background-color: rgb(248,215,164); }
div.DivClassName
{
background-color: #F8D7A4;
}
.BgClassName
{
background-color: #F8D7A4;
}
</style>
border-color css
<style>
span { border-color: #F8D7A4; }
span { border-color: rgb(248,215,164); }
td.TdClassName
{
border-color: #F8D7A4;
}
.TagClassName
{
border-color: #F8D7A4;
}
</style>