Shades of Frangipani #FDD6A0
Tints of Frangipani #FDD6A0
RGB
CMYK
RGB Variations
Color information
#FDD6A0 (or 0xFDD6A0) is known color: Frangipani. HEX triplet: FD, D6 and A0. RGB value is (253,214,160). Sum of RGB (Red+Green+Blue) = 253+214+160=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD6A0 is #02295F. Grayscale: #DBDBDB. Windows color (decimal): -141664 or 10540797. OLE color: 10540797.
HSL color Cylindrical-coordinate representation of color #FDD6A0: hue angle of 34.84º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDD6A0 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 214 | 160 | - |
CMYK | 0 | 0.15 | 0.37 | 0.01 |
HSL | 34.84º | 0.96% | 0.81% | - |
HSV(B) | 34.84º | 0.37% | 0.99% | - |
XYZ | 70.9 | 71.51 | 43.32 | - |
YUV | 219.51 | 94.42 | 151.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 214 | 160 | 0 | 0.15 | 0.37 | 0.01 | 34.84 | 0.96 | 0.81 |
Hex | FD | D6 | A0 | 0 | F | 25 | 1 | 23 | 60 | 51 |
Octal | 375 | 326 | 240 | 0 | 17 | 45 | 1 | 43 | 140 | 121 |
Binary | 11111101 | 11010110 | 10100000 | 0 | 1111 | 100101 | 1 | 100011 | 1100000 | 1010001 |
Color Harmonies of #FDD6A0
Complementary color
Monochromatic Colors of #FDD6A0
Black with #FDD6A0
Text Example
Text Example
White with #FDD6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD6A0; }
p { color: rgb(253,214,160); }
H1.HeaderClassName
{
color: #FDD6A0;
}
.AnyTagClassName
{
color: #FDD6A0;
}
</style>
background-color css
<style>
a { background-color: #FDD6A0; }
a { background-color: rgb(253,214,160); }
div.DivClassName
{
background-color: #FDD6A0;
}
.BgClassName
{
background-color: #FDD6A0;
}
</style>
border-color css
<style>
span { border-color: #FDD6A0; }
span { border-color: rgb(253,214,160); }
td.TdClassName
{
border-color: #FDD6A0;
}
.TagClassName
{
border-color: #FDD6A0;
}
</style>