Shades of Romantic #FFCA9F
Tints of Romantic #FFCA9F
RGB
CMYK
RGB Variations
Color information
#FFCA9F (or 0xFFCA9F) is known color: Romantic. HEX triplet: FF, CA and 9F. RGB value is (255,202,159). Sum of RGB (Red+Green+Blue) = 255+202+159=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA9F is #003560. Grayscale: #D5D5D5. Windows color (decimal): -13665 or 10472191. OLE color: 10472191.
HSL color Cylindrical-coordinate representation of color #FFCA9F: hue angle of 26.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFCA9F is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 159 | - |
| CMYK | 0 | 0.21 | 0.38 | 0 |
| HSL | 26.88º | 1% | 0.81% | - |
| HSV(B) | 26.88º | 0.38% | 1% | - |
| XYZ | 68.62 | 66 | 41.92 | - |
| YUV | 212.95 | 97.56 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 159 | 0 | 0.21 | 0.38 | 0 | 26.88 | 1 | 0.81 |
| Hex | FF | CA | 9F | 0 | 15 | 26 | 0 | 1B | 64 | 51 |
| Octal | 377 | 312 | 237 | 0 | 25 | 46 | 0 | 33 | 144 | 121 |
| Binary | 11111111 | 11001010 | 10011111 | 0 | 10101 | 100110 | 0 | 11011 | 1100100 | 1010001 |
Color Harmonies of #FFCA9F
Complementary color
Monochromatic Colors of #FFCA9F
Black with #FFCA9F
Text Example
Text Example
White with #FFCA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA9F; }
p { color: rgb(255,202,159); }
H1.HeaderClassName
{
color: #FFCA9F;
}
.AnyTagClassName
{
color: #FFCA9F;
}
</style>
background-color css
<style>
a { background-color: #FFCA9F; }
a { background-color: rgb(255,202,159); }
div.DivClassName
{
background-color: #FFCA9F;
}
.BgClassName
{
background-color: #FFCA9F;
}
</style>
border-color css
<style>
span { border-color: #FFCA9F; }
span { border-color: rgb(255,202,159); }
td.TdClassName
{
border-color: #FFCA9F;
}
.TagClassName
{
border-color: #FFCA9F;
}
</style>