Shades of Classic Rose #FAC1DB
Tints of Classic Rose #FAC1DB
RGB
CMYK
RGB Variations
Color information
#FAC1DB (or 0xFAC1DB) is known color: Classic Rose. HEX triplet: FA, C1 and DB. RGB value is (250,193,219). Sum of RGB (Red+Green+Blue) = 250+193+219=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 193 (75.78% from 255 or 29.15% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1DB is #053E24. Grayscale: #D4D4D4. Windows color (decimal): -343589 or 14402042. OLE color: 14402042.
HSL color Cylindrical-coordinate representation of color #FAC1DB: hue angle of 332.63º 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 #FAC1DB is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 219 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.02 |
| HSL | 332.63º | 0.85% | 0.87% | - |
| HSV(B) | 332.63º | 0.23% | 0.98% | - |
| XYZ | 71.28 | 63.58 | 75.53 | - |
| YUV | 213.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 219 | 0 | 0.23 | 0.12 | 0.02 | 332.63 | 0.85 | 0.87 |
| Hex | FA | C1 | DB | 0 | 17 | C | 2 | 14D | 55 | 57 |
| Octal | 372 | 301 | 333 | 0 | 27 | 14 | 2 | 515 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11011011 | 0 | 10111 | 1100 | 10 | 101001101 | 1010101 | 1010111 |
Color Harmonies of #FAC1DB
Complementary color
Monochromatic Colors of #FAC1DB
Black with #FAC1DB
Text Example
Text Example
White with #FAC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1DB; }
p { color: rgb(250,193,219); }
H1.HeaderClassName
{
color: #FAC1DB;
}
.AnyTagClassName
{
color: #FAC1DB;
}
</style>
background-color css
<style>
a { background-color: #FAC1DB; }
a { background-color: rgb(250,193,219); }
div.DivClassName
{
background-color: #FAC1DB;
}
.BgClassName
{
background-color: #FAC1DB;
}
</style>
border-color css
<style>
span { border-color: #FAC1DB; }
span { border-color: rgb(250,193,219); }
td.TdClassName
{
border-color: #FAC1DB;
}
.TagClassName
{
border-color: #FAC1DB;
}
</style>