Shades of Classic Rose #FAC8DA
Tints of Classic Rose #FAC8DA
RGB
CMYK
RGB Variations
Color information
#FAC8DA (or 0xFAC8DA) is known color: Classic Rose. HEX triplet: FA, C8 and DA. RGB value is (250,200,218). Sum of RGB (Red+Green+Blue) = 250+200+218=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8DA is #053725. Grayscale: #D8D8D8. Windows color (decimal): -341798 or 14338298. OLE color: 14338298.
HSL color Cylindrical-coordinate representation of color #FAC8DA: hue angle of 338.4º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC8DA is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 218 | - |
| CMYK | 0 | 0.2 | 0.13 | 0.02 |
| HSL | 338.4º | 0.83% | 0.88% | - |
| HSV(B) | 338.4º | 0.2% | 0.98% | - |
| XYZ | 72.73 | 66.69 | 75.37 | - |
| YUV | 217 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 218 | 0 | 0.2 | 0.13 | 0.02 | 338.4 | 0.83 | 0.88 |
| Hex | FA | C8 | DA | 0 | 14 | D | 2 | 152 | 53 | 58 |
| Octal | 372 | 310 | 332 | 0 | 24 | 15 | 2 | 522 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11011010 | 0 | 10100 | 1101 | 10 | 101010010 | 1010011 | 1011000 |
Color Harmonies of #FAC8DA
Complementary color
Monochromatic Colors of #FAC8DA
Black with #FAC8DA
Text Example
Text Example
White with #FAC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8DA; }
p { color: rgb(250,200,218); }
H1.HeaderClassName
{
color: #FAC8DA;
}
.AnyTagClassName
{
color: #FAC8DA;
}
</style>
background-color css
<style>
a { background-color: #FAC8DA; }
a { background-color: rgb(250,200,218); }
div.DivClassName
{
background-color: #FAC8DA;
}
.BgClassName
{
background-color: #FAC8DA;
}
</style>
border-color css
<style>
span { border-color: #FAC8DA; }
span { border-color: rgb(250,200,218); }
td.TdClassName
{
border-color: #FAC8DA;
}
.TagClassName
{
border-color: #FAC8DA;
}
</style>