Shades of Classic Rose #FACAEC
Tints of Classic Rose #FACAEC
RGB
CMYK
RGB Variations
Color information
#FACAEC (or 0xFACAEC) is known color: Classic Rose. HEX triplet: FA, CA and EC. RGB value is (250,202,236). Sum of RGB (Red+Green+Blue) = 250+202+236=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 202 (79.30% from 255 or 29.36% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAEC is #053513. Grayscale: #DCDCDC. Windows color (decimal): -341268 or 15518458. OLE color: 15518458.
HSL color Cylindrical-coordinate representation of color #FACAEC: hue angle of 317.5º 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 #FACAEC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 236 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.02 |
| HSL | 317.5º | 0.83% | 0.89% | - |
| HSV(B) | 317.5º | 0.19% | 0.98% | - |
| XYZ | 75.69 | 68.62 | 88.61 | - |
| YUV | 220.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 236 | 0 | 0.19 | 0.06 | 0.02 | 317.5 | 0.83 | 0.89 |
| Hex | FA | CA | EC | 0 | 13 | 6 | 2 | 13E | 53 | 59 |
| Octal | 372 | 312 | 354 | 0 | 23 | 6 | 2 | 476 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11101100 | 0 | 10011 | 110 | 10 | 100111110 | 1010011 | 1011001 |
Color Harmonies of #FACAEC
Complementary color
Monochromatic Colors of #FACAEC
Black with #FACAEC
Text Example
Text Example
White with #FACAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAEC; }
p { color: rgb(250,202,236); }
H1.HeaderClassName
{
color: #FACAEC;
}
.AnyTagClassName
{
color: #FACAEC;
}
</style>
background-color css
<style>
a { background-color: #FACAEC; }
a { background-color: rgb(250,202,236); }
div.DivClassName
{
background-color: #FACAEC;
}
.BgClassName
{
background-color: #FACAEC;
}
</style>
border-color css
<style>
span { border-color: #FACAEC; }
span { border-color: rgb(250,202,236); }
td.TdClassName
{
border-color: #FACAEC;
}
.TagClassName
{
border-color: #FACAEC;
}
</style>