Shades of Romantic #FDBF90
Tints of Romantic #FDBF90
RGB
CMYK
RGB Variations
Color information
#FDBF90 (or 0xFDBF90) is known color: Romantic. HEX triplet: FD, BF and 90. RGB value is (253,191,144). Sum of RGB (Red+Green+Blue) = 253+191+144=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBF90 is #02406F. Grayscale: #CCCCCC. Windows color (decimal): -147568 or 9486333. OLE color: 9486333.
HSL color Cylindrical-coordinate representation of color #FDBF90: hue angle of 25.87º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDBF90 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 144 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.01 |
| HSL | 25.87º | 0.96% | 0.78% | - |
| HSV(B) | 25.87º | 0.43% | 0.99% | - |
| XYZ | 64.17 | 60.16 | 34.61 | - |
| YUV | 204.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 144 | 0 | 0.25 | 0.43 | 0.01 | 25.87 | 0.96 | 0.78 |
| Hex | FD | BF | 90 | 0 | 19 | 2B | 1 | 1A | 60 | 4E |
| Octal | 375 | 277 | 220 | 0 | 31 | 53 | 1 | 32 | 140 | 116 |
| Binary | 11111101 | 10111111 | 10010000 | 0 | 11001 | 101011 | 1 | 11010 | 1100000 | 1001110 |
Color Harmonies of #FDBF90
Complementary color
Monochromatic Colors of #FDBF90
Black with #FDBF90
Text Example
Text Example
White with #FDBF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF90; }
p { color: rgb(253,191,144); }
H1.HeaderClassName
{
color: #FDBF90;
}
.AnyTagClassName
{
color: #FDBF90;
}
</style>
background-color css
<style>
a { background-color: #FDBF90; }
a { background-color: rgb(253,191,144); }
div.DivClassName
{
background-color: #FDBF90;
}
.BgClassName
{
background-color: #FDBF90;
}
</style>
border-color css
<style>
span { border-color: #FDBF90; }
span { border-color: rgb(253,191,144); }
td.TdClassName
{
border-color: #FDBF90;
}
.TagClassName
{
border-color: #FDBF90;
}
</style>