Shades of Classic Rose #FACBDD
Tints of Classic Rose #FACBDD
RGB
CMYK
RGB Variations
Color information
#FACBDD (or 0xFACBDD) is known color: Classic Rose. HEX triplet: FA, CB and DD. RGB value is (250,203,221). Sum of RGB (Red+Green+Blue) = 250+203+221=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBDD is #053422. Grayscale: #DBDBDB. Windows color (decimal): -341027 or 14535674. OLE color: 14535674.
HSL color Cylindrical-coordinate representation of color #FACBDD: hue angle of 337.02º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACBDD is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 221 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.02 |
| HSL | 337.02º | 0.82% | 0.89% | - |
| HSV(B) | 337.02º | 0.19% | 0.98% | - |
| XYZ | 73.83 | 68.26 | 77.69 | - |
| YUV | 219.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 221 | 0 | 0.19 | 0.12 | 0.02 | 337.02 | 0.82 | 0.89 |
| Hex | FA | CB | DD | 0 | 13 | C | 2 | 151 | 52 | 59 |
| Octal | 372 | 313 | 335 | 0 | 23 | 14 | 2 | 521 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11011101 | 0 | 10011 | 1100 | 10 | 101010001 | 1010010 | 1011001 |
Color Harmonies of #FACBDD
Complementary color
Monochromatic Colors of #FACBDD
Black with #FACBDD
Text Example
Text Example
White with #FACBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBDD; }
p { color: rgb(250,203,221); }
H1.HeaderClassName
{
color: #FACBDD;
}
.AnyTagClassName
{
color: #FACBDD;
}
</style>
background-color css
<style>
a { background-color: #FACBDD; }
a { background-color: rgb(250,203,221); }
div.DivClassName
{
background-color: #FACBDD;
}
.BgClassName
{
background-color: #FACBDD;
}
</style>
border-color css
<style>
span { border-color: #FACBDD; }
span { border-color: rgb(250,203,221); }
td.TdClassName
{
border-color: #FACBDD;
}
.TagClassName
{
border-color: #FACBDD;
}
</style>