Shades of Classic Rose #FAC5DA
Tints of Classic Rose #FAC5DA
RGB
CMYK
RGB Variations
Color information
#FAC5DA (or 0xFAC5DA) is known color: Classic Rose. HEX triplet: FA, C5 and DA. RGB value is (250,197,218). Sum of RGB (Red+Green+Blue) = 250+197+218=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 197 (77.34% from 255 or 29.62% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5DA is #053A25. Grayscale: #D7D7D7. Windows color (decimal): -342566 or 14337530. OLE color: 14337530.
HSL color Cylindrical-coordinate representation of color #FAC5DA: hue angle of 336.23º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5DA is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 218 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.02 |
| HSL | 336.23º | 0.84% | 0.88% | - |
| HSV(B) | 336.23º | 0.21% | 0.98% | - |
| XYZ | 72.05 | 65.32 | 75.14 | - |
| YUV | 215.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 218 | 0 | 0.21 | 0.13 | 0.02 | 336.23 | 0.84 | 0.88 |
| Hex | FA | C5 | DA | 0 | 15 | D | 2 | 150 | 54 | 58 |
| Octal | 372 | 305 | 332 | 0 | 25 | 15 | 2 | 520 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11011010 | 0 | 10101 | 1101 | 10 | 101010000 | 1010100 | 1011000 |
Color Harmonies of #FAC5DA
Complementary color
Monochromatic Colors of #FAC5DA
Black with #FAC5DA
Text Example
Text Example
White with #FAC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5DA; }
p { color: rgb(250,197,218); }
H1.HeaderClassName
{
color: #FAC5DA;
}
.AnyTagClassName
{
color: #FAC5DA;
}
</style>
background-color css
<style>
a { background-color: #FAC5DA; }
a { background-color: rgb(250,197,218); }
div.DivClassName
{
background-color: #FAC5DA;
}
.BgClassName
{
background-color: #FAC5DA;
}
</style>
border-color css
<style>
span { border-color: #FAC5DA; }
span { border-color: rgb(250,197,218); }
td.TdClassName
{
border-color: #FAC5DA;
}
.TagClassName
{
border-color: #FAC5DA;
}
</style>