Shades of Frangipani #FEDBA2
Tints of Frangipani #FEDBA2
RGB
CMYK
RGB Variations
Color information
#FEDBA2 (or 0xFEDBA2) is known color: Frangipani. HEX triplet: FE, DB and A2. RGB value is (254,219,162). Sum of RGB (Red+Green+Blue) = 254+219+162=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBA2 is #01245D. Grayscale: #DFDFDF. Windows color (decimal): -74846 or 10673150. OLE color: 10673150.
HSL color Cylindrical-coordinate representation of color #FEDBA2: hue angle of 37.17º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEDBA2 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 162 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.00 |
| HSL | 37.17º | 0.98% | 0.82% | - |
| HSV(B) | 37.17º | 0.36% | 1% | - |
| XYZ | 72.73 | 74.34 | 44.7 | - |
| YUV | 222.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 162 | 0 | 0.14 | 0.36 | 0.00 | 37.17 | 0.98 | 0.82 |
| Hex | FE | DB | A2 | 0 | E | 24 | 0 | 25 | 62 | 52 |
| Octal | 376 | 333 | 242 | 0 | 16 | 44 | 0 | 45 | 142 | 122 |
| Binary | 11111110 | 11011011 | 10100010 | 0 | 1110 | 100100 | 0 | 100101 | 1100010 | 1010010 |
Color Harmonies of #FEDBA2
Complementary color
Monochromatic Colors of #FEDBA2
Black with #FEDBA2
Text Example
Text Example
White with #FEDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBA2; }
p { color: rgb(254,219,162); }
H1.HeaderClassName
{
color: #FEDBA2;
}
.AnyTagClassName
{
color: #FEDBA2;
}
</style>
background-color css
<style>
a { background-color: #FEDBA2; }
a { background-color: rgb(254,219,162); }
div.DivClassName
{
background-color: #FEDBA2;
}
.BgClassName
{
background-color: #FEDBA2;
}
</style>
border-color css
<style>
span { border-color: #FEDBA2; }
span { border-color: rgb(254,219,162); }
td.TdClassName
{
border-color: #FEDBA2;
}
.TagClassName
{
border-color: #FEDBA2;
}
</style>