Shades of Frangipani #FFDBA2
Tints of Frangipani #FFDBA2
RGB
CMYK
RGB Variations
Color information
#FFDBA2 (or 0xFFDBA2) is known color: Frangipani. HEX triplet: FF, DB and A2. RGB value is (255,219,162). Sum of RGB (Red+Green+Blue) = 255+219+162=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA2 is #00245D. Grayscale: #DFDFDF. Windows color (decimal): -9310 or 10673151. OLE color: 10673151.
HSL color Cylindrical-coordinate representation of color #FFDBA2: hue angle of 36.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFDBA2 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 162 | - |
| CMYK | 0 | 0.14 | 0.36 | 0 |
| HSL | 36.77º | 1% | 0.82% | - |
| HSV(B) | 36.77º | 0.36% | 1% | - |
| XYZ | 73.09 | 74.53 | 44.72 | - |
| YUV | 223.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 162 | 0 | 0.14 | 0.36 | 0 | 36.77 | 1 | 0.82 |
| Hex | FF | DB | A2 | 0 | E | 24 | 0 | 25 | 64 | 52 |
| Octal | 377 | 333 | 242 | 0 | 16 | 44 | 0 | 45 | 144 | 122 |
| Binary | 11111111 | 11011011 | 10100010 | 0 | 1110 | 100100 | 0 | 100101 | 1100100 | 1010010 |
Color Harmonies of #FFDBA2
Complementary color
Monochromatic Colors of #FFDBA2
Black with #FFDBA2
Text Example
Text Example
White with #FFDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBA2; }
p { color: rgb(255,219,162); }
H1.HeaderClassName
{
color: #FFDBA2;
}
.AnyTagClassName
{
color: #FFDBA2;
}
</style>
background-color css
<style>
a { background-color: #FFDBA2; }
a { background-color: rgb(255,219,162); }
div.DivClassName
{
background-color: #FFDBA2;
}
.BgClassName
{
background-color: #FFDBA2;
}
</style>
border-color css
<style>
span { border-color: #FFDBA2; }
span { border-color: rgb(255,219,162); }
td.TdClassName
{
border-color: #FFDBA2;
}
.TagClassName
{
border-color: #FFDBA2;
}
</style>