Shades of Classic Rose #FACBDF
Tints of Classic Rose #FACBDF
RGB
CMYK
RGB Variations
Color information
#FACBDF (or 0xFACBDF) is known color: Classic Rose. HEX triplet: FA, CB and DF. RGB value is (250,203,223). Sum of RGB (Red+Green+Blue) = 250+203+223=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBDF is #053420. Grayscale: #DBDBDB. Windows color (decimal): -341025 or 14666746. OLE color: 14666746.
HSL color Cylindrical-coordinate representation of color #FACBDF: hue angle of 334.47º 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 #FACBDF is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 223 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.02 |
| HSL | 334.47º | 0.82% | 0.89% | - |
| HSV(B) | 334.47º | 0.19% | 0.98% | - |
| XYZ | 74.1 | 68.36 | 79.1 | - |
| YUV | 219.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 223 | 0 | 0.19 | 0.11 | 0.02 | 334.47 | 0.82 | 0.89 |
| Hex | FA | CB | DF | 0 | 13 | B | 2 | 14E | 52 | 59 |
| Octal | 372 | 313 | 337 | 0 | 23 | 13 | 2 | 516 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11011111 | 0 | 10011 | 1011 | 10 | 101001110 | 1010010 | 1011001 |
Color Harmonies of #FACBDF
Complementary color
Monochromatic Colors of #FACBDF
Black with #FACBDF
Text Example
Text Example
White with #FACBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBDF; }
p { color: rgb(250,203,223); }
H1.HeaderClassName
{
color: #FACBDF;
}
.AnyTagClassName
{
color: #FACBDF;
}
</style>
background-color css
<style>
a { background-color: #FACBDF; }
a { background-color: rgb(250,203,223); }
div.DivClassName
{
background-color: #FACBDF;
}
.BgClassName
{
background-color: #FACBDF;
}
</style>
border-color css
<style>
span { border-color: #FACBDF; }
span { border-color: rgb(250,203,223); }
td.TdClassName
{
border-color: #FACBDF;
}
.TagClassName
{
border-color: #FACBDF;
}
</style>