Shades of Romantic #FAC69B
Tints of Romantic #FAC69B
RGB
CMYK
RGB Variations
Color information
#FAC69B (or 0xFAC69B) is known color: Romantic. HEX triplet: FA, C6 and 9B. RGB value is (250,198,155). Sum of RGB (Red+Green+Blue) = 250+198+155=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC69B is #053964. Grayscale: #D0D0D0. Windows color (decimal): -342373 or 10209018. OLE color: 10209018.
HSL color Cylindrical-coordinate representation of color #FAC69B: hue angle of 27.16º 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 #FAC69B is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 155 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.02 |
| HSL | 27.16º | 0.9% | 0.79% | - |
| HSV(B) | 27.16º | 0.38% | 0.98% | - |
| XYZ | 65.53 | 63.08 | 39.73 | - |
| YUV | 208.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 155 | 0 | 0.21 | 0.38 | 0.02 | 27.16 | 0.9 | 0.79 |
| Hex | FA | C6 | 9B | 0 | 15 | 26 | 2 | 1B | 5A | 4F |
| Octal | 372 | 306 | 233 | 0 | 25 | 46 | 2 | 33 | 132 | 117 |
| Binary | 11111010 | 11000110 | 10011011 | 0 | 10101 | 100110 | 10 | 11011 | 1011010 | 1001111 |
Color Harmonies of #FAC69B
Complementary color
Monochromatic Colors of #FAC69B
Black with #FAC69B
Text Example
Text Example
White with #FAC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC69B; }
p { color: rgb(250,198,155); }
H1.HeaderClassName
{
color: #FAC69B;
}
.AnyTagClassName
{
color: #FAC69B;
}
</style>
background-color css
<style>
a { background-color: #FAC69B; }
a { background-color: rgb(250,198,155); }
div.DivClassName
{
background-color: #FAC69B;
}
.BgClassName
{
background-color: #FAC69B;
}
</style>
border-color css
<style>
span { border-color: #FAC69B; }
span { border-color: rgb(250,198,155); }
td.TdClassName
{
border-color: #FAC69B;
}
.TagClassName
{
border-color: #FAC69B;
}
</style>