Shades of Romantic #FAC19B
Tints of Romantic #FAC19B
RGB
CMYK
RGB Variations
Color information
#FAC19B (or 0xFAC19B) is known color: Romantic. HEX triplet: FA, C1 and 9B. RGB value is (250,193,155). Sum of RGB (Red+Green+Blue) = 250+193+155=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC19B is #053E64. Grayscale: #CDCDCD. Windows color (decimal): -343653 or 10207738. OLE color: 10207738.
HSL color Cylindrical-coordinate representation of color #FAC19B: hue angle of 24º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAC19B is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 155 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.02 |
| HSL | 24º | 0.9% | 0.79% | - |
| HSV(B) | 24º | 0.38% | 0.98% | - |
| XYZ | 64.41 | 60.83 | 39.36 | - |
| YUV | 205.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 155 | 0 | 0.23 | 0.38 | 0.02 | 24 | 0.9 | 0.79 |
| Hex | FA | C1 | 9B | 0 | 17 | 26 | 2 | 18 | 5A | 4F |
| Octal | 372 | 301 | 233 | 0 | 27 | 46 | 2 | 30 | 132 | 117 |
| Binary | 11111010 | 11000001 | 10011011 | 0 | 10111 | 100110 | 10 | 11000 | 1011010 | 1001111 |
Color Harmonies of #FAC19B
Complementary color
Monochromatic Colors of #FAC19B
Black with #FAC19B
Text Example
Text Example
White with #FAC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC19B; }
p { color: rgb(250,193,155); }
H1.HeaderClassName
{
color: #FAC19B;
}
.AnyTagClassName
{
color: #FAC19B;
}
</style>
background-color css
<style>
a { background-color: #FAC19B; }
a { background-color: rgb(250,193,155); }
div.DivClassName
{
background-color: #FAC19B;
}
.BgClassName
{
background-color: #FAC19B;
}
</style>
border-color css
<style>
span { border-color: #FAC19B; }
span { border-color: rgb(250,193,155); }
td.TdClassName
{
border-color: #FAC19B;
}
.TagClassName
{
border-color: #FAC19B;
}
</style>