Shades of Classic Rose #FACADB
Tints of Classic Rose #FACADB
RGB
CMYK
RGB Variations
Color information
#FACADB (or 0xFACADB) is known color: Classic Rose. HEX triplet: FA, CA and DB. RGB value is (250,202,219). Sum of RGB (Red+Green+Blue) = 250+202+219=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FACADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACADB is #053524. Grayscale: #DADADA. Windows color (decimal): -341285 or 14404346. OLE color: 14404346.
HSL color Cylindrical-coordinate representation of color #FACADB: hue angle of 338.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 #FACADB is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 219 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.02 |
| HSL | 338.75º | 0.83% | 0.89% | - |
| HSV(B) | 338.75º | 0.19% | 0.98% | - |
| XYZ | 73.33 | 67.68 | 76.22 | - |
| YUV | 218.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 219 | 0 | 0.19 | 0.12 | 0.02 | 338.75 | 0.83 | 0.89 |
| Hex | FA | CA | DB | 0 | 13 | C | 2 | 153 | 53 | 59 |
| Octal | 372 | 312 | 333 | 0 | 23 | 14 | 2 | 523 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11011011 | 0 | 10011 | 1100 | 10 | 101010011 | 1010011 | 1011001 |
Color Harmonies of #FACADB
Complementary color
Monochromatic Colors of #FACADB
Black with #FACADB
Text Example
Text Example
White with #FACADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACADB; }
p { color: rgb(250,202,219); }
H1.HeaderClassName
{
color: #FACADB;
}
.AnyTagClassName
{
color: #FACADB;
}
</style>
background-color css
<style>
a { background-color: #FACADB; }
a { background-color: rgb(250,202,219); }
div.DivClassName
{
background-color: #FACADB;
}
.BgClassName
{
background-color: #FACADB;
}
</style>
border-color css
<style>
span { border-color: #FACADB; }
span { border-color: rgb(250,202,219); }
td.TdClassName
{
border-color: #FACADB;
}
.TagClassName
{
border-color: #FACADB;
}
</style>