Shades of Romantic #FDC19B
Tints of Romantic #FDC19B
RGB
CMYK
RGB Variations
Color information
#FDC19B (or 0xFDC19B) is known color: Romantic. HEX triplet: FD, C1 and 9B. RGB value is (253,193,155). Sum of RGB (Red+Green+Blue) = 253+193+155=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC19B is #023E64. Grayscale: #CECECE. Windows color (decimal): -147045 or 10207741. OLE color: 10207741.
HSL color Cylindrical-coordinate representation of color #FDC19B: hue angle of 23.27º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDC19B is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 155 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.01 |
| HSL | 23.27º | 0.96% | 0.8% | - |
| HSV(B) | 23.27º | 0.39% | 0.99% | - |
| XYZ | 65.49 | 61.39 | 39.41 | - |
| YUV | 206.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 155 | 0 | 0.24 | 0.39 | 0.01 | 23.27 | 0.96 | 0.8 |
| Hex | FD | C1 | 9B | 0 | 18 | 27 | 1 | 17 | 60 | 50 |
| Octal | 375 | 301 | 233 | 0 | 30 | 47 | 1 | 27 | 140 | 120 |
| Binary | 11111101 | 11000001 | 10011011 | 0 | 11000 | 100111 | 1 | 10111 | 1100000 | 1010000 |
Color Harmonies of #FDC19B
Complementary color
Monochromatic Colors of #FDC19B
Black with #FDC19B
Text Example
Text Example
White with #FDC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC19B; }
p { color: rgb(253,193,155); }
H1.HeaderClassName
{
color: #FDC19B;
}
.AnyTagClassName
{
color: #FDC19B;
}
</style>
background-color css
<style>
a { background-color: #FDC19B; }
a { background-color: rgb(253,193,155); }
div.DivClassName
{
background-color: #FDC19B;
}
.BgClassName
{
background-color: #FDC19B;
}
</style>
border-color css
<style>
span { border-color: #FDC19B; }
span { border-color: rgb(253,193,155); }
td.TdClassName
{
border-color: #FDC19B;
}
.TagClassName
{
border-color: #FDC19B;
}
</style>