Shades of Classic Rose #FACAE5
Tints of Classic Rose #FACAE5
RGB
CMYK
RGB Variations
Color information
#FACAE5 (or 0xFACAE5) is known color: Classic Rose. HEX triplet: FA, CA and E5. RGB value is (250,202,229). Sum of RGB (Red+Green+Blue) = 250+202+229=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAE5 is #05351A. Grayscale: #DBDBDB. Windows color (decimal): -341275 or 15059706. OLE color: 15059706.
HSL color Cylindrical-coordinate representation of color #FACAE5: hue angle of 326.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 #FACAE5 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 229 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.02 |
| HSL | 326.25º | 0.83% | 0.89% | - |
| HSV(B) | 326.25º | 0.19% | 0.98% | - |
| XYZ | 74.69 | 68.22 | 83.36 | - |
| YUV | 219.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 229 | 0 | 0.19 | 0.08 | 0.02 | 326.25 | 0.83 | 0.89 |
| Hex | FA | CA | E5 | 0 | 13 | 8 | 2 | 146 | 53 | 59 |
| Octal | 372 | 312 | 345 | 0 | 23 | 10 | 2 | 506 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11100101 | 0 | 10011 | 1000 | 10 | 101000110 | 1010011 | 1011001 |
Color Harmonies of #FACAE5
Complementary color
Monochromatic Colors of #FACAE5
Black with #FACAE5
Text Example
Text Example
White with #FACAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAE5; }
p { color: rgb(250,202,229); }
H1.HeaderClassName
{
color: #FACAE5;
}
.AnyTagClassName
{
color: #FACAE5;
}
</style>
background-color css
<style>
a { background-color: #FACAE5; }
a { background-color: rgb(250,202,229); }
div.DivClassName
{
background-color: #FACAE5;
}
.BgClassName
{
background-color: #FACAE5;
}
</style>
border-color css
<style>
span { border-color: #FACAE5; }
span { border-color: rgb(250,202,229); }
td.TdClassName
{
border-color: #FACAE5;
}
.TagClassName
{
border-color: #FACAE5;
}
</style>