Shades of Classic Rose #FACAED
Tints of Classic Rose #FACAED
RGB
CMYK
RGB Variations
Color information
#FACAED (or 0xFACAED) is known color: Classic Rose. HEX triplet: FA, CA and ED. RGB value is (250,202,237). Sum of RGB (Red+Green+Blue) = 250+202+237=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAED is #053512. Grayscale: #DCDCDC. Windows color (decimal): -341267 or 15583994. OLE color: 15583994.
HSL color Cylindrical-coordinate representation of color #FACAED: hue angle of 316.25º 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 #FACAED is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 237 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.02 |
| HSL | 316.25º | 0.83% | 0.89% | - |
| HSV(B) | 316.25º | 0.19% | 0.98% | - |
| XYZ | 75.83 | 68.68 | 89.38 | - |
| YUV | 220.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 237 | 0 | 0.19 | 0.05 | 0.02 | 316.25 | 0.83 | 0.89 |
| Hex | FA | CA | ED | 0 | 13 | 5 | 2 | 13C | 53 | 59 |
| Octal | 372 | 312 | 355 | 0 | 23 | 5 | 2 | 474 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11101101 | 0 | 10011 | 101 | 10 | 100111100 | 1010011 | 1011001 |
Color Harmonies of #FACAED
Complementary color
Monochromatic Colors of #FACAED
Black with #FACAED
Text Example
Text Example
White with #FACAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAED; }
p { color: rgb(250,202,237); }
H1.HeaderClassName
{
color: #FACAED;
}
.AnyTagClassName
{
color: #FACAED;
}
</style>
background-color css
<style>
a { background-color: #FACAED; }
a { background-color: rgb(250,202,237); }
div.DivClassName
{
background-color: #FACAED;
}
.BgClassName
{
background-color: #FACAED;
}
</style>
border-color css
<style>
span { border-color: #FACAED; }
span { border-color: rgb(250,202,237); }
td.TdClassName
{
border-color: #FACAED;
}
.TagClassName
{
border-color: #FACAED;
}
</style>