Shades of Classic Rose #FACADF
Tints of Classic Rose #FACADF
RGB
CMYK
RGB Variations
Color information
#FACADF (or 0xFACADF) is known color: Classic Rose. HEX triplet: FA, CA and DF. RGB value is (250,202,223). Sum of RGB (Red+Green+Blue) = 250+202+223=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FACADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACADF is #053520. Grayscale: #DADADA. Windows color (decimal): -341281 or 14666490. OLE color: 14666490.
HSL color Cylindrical-coordinate representation of color #FACADF: hue angle of 333.75º degrees, saturation: 0.83, 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 #FACADF is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 223 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.02 |
| HSL | 333.75º | 0.83% | 0.89% | - |
| HSV(B) | 333.75º | 0.19% | 0.98% | - |
| XYZ | 73.86 | 67.89 | 79.02 | - |
| YUV | 218.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 223 | 0 | 0.19 | 0.11 | 0.02 | 333.75 | 0.83 | 0.89 |
| Hex | FA | CA | DF | 0 | 13 | B | 2 | 14E | 53 | 59 |
| Octal | 372 | 312 | 337 | 0 | 23 | 13 | 2 | 516 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11011111 | 0 | 10011 | 1011 | 10 | 101001110 | 1010011 | 1011001 |
Color Harmonies of #FACADF
Complementary color
Monochromatic Colors of #FACADF
Black with #FACADF
Text Example
Text Example
White with #FACADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACADF; }
p { color: rgb(250,202,223); }
H1.HeaderClassName
{
color: #FACADF;
}
.AnyTagClassName
{
color: #FACADF;
}
</style>
background-color css
<style>
a { background-color: #FACADF; }
a { background-color: rgb(250,202,223); }
div.DivClassName
{
background-color: #FACADF;
}
.BgClassName
{
background-color: #FACADF;
}
</style>
border-color css
<style>
span { border-color: #FACADF; }
span { border-color: rgb(250,202,223); }
td.TdClassName
{
border-color: #FACADF;
}
.TagClassName
{
border-color: #FACADF;
}
</style>