Shades of Classic Rose #FAC1DA
Tints of Classic Rose #FAC1DA
RGB
CMYK
RGB Variations
Color information
#FAC1DA (or 0xFAC1DA) is known color: Classic Rose. HEX triplet: FA, C1 and DA. RGB value is (250,193,218). Sum of RGB (Red+Green+Blue) = 250+193+218=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1DA is #053E25. Grayscale: #D4D4D4. Windows color (decimal): -343590 or 14336506. OLE color: 14336506.
HSL color Cylindrical-coordinate representation of color #FAC1DA: hue angle of 333.68º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC1DA is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 218 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.02 |
| HSL | 333.68º | 0.85% | 0.87% | - |
| HSV(B) | 333.68º | 0.23% | 0.98% | - |
| XYZ | 71.15 | 63.53 | 74.84 | - |
| YUV | 212.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 218 | 0 | 0.23 | 0.13 | 0.02 | 333.68 | 0.85 | 0.87 |
| Hex | FA | C1 | DA | 0 | 17 | D | 2 | 14E | 55 | 57 |
| Octal | 372 | 301 | 332 | 0 | 27 | 15 | 2 | 516 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11011010 | 0 | 10111 | 1101 | 10 | 101001110 | 1010101 | 1010111 |
Color Harmonies of #FAC1DA
Complementary color
Monochromatic Colors of #FAC1DA
Black with #FAC1DA
Text Example
Text Example
White with #FAC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1DA; }
p { color: rgb(250,193,218); }
H1.HeaderClassName
{
color: #FAC1DA;
}
.AnyTagClassName
{
color: #FAC1DA;
}
</style>
background-color css
<style>
a { background-color: #FAC1DA; }
a { background-color: rgb(250,193,218); }
div.DivClassName
{
background-color: #FAC1DA;
}
.BgClassName
{
background-color: #FAC1DA;
}
</style>
border-color css
<style>
span { border-color: #FAC1DA; }
span { border-color: rgb(250,193,218); }
td.TdClassName
{
border-color: #FAC1DA;
}
.TagClassName
{
border-color: #FAC1DA;
}
</style>