Shades of Classic Rose #FACCE1
Tints of Classic Rose #FACCE1
RGB
CMYK
RGB Variations
Color information
#FACCE1 (or 0xFACCE1) is known color: Classic Rose. HEX triplet: FA, CC and E1. RGB value is (250,204,225). Sum of RGB (Red+Green+Blue) = 250+204+225=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCE1 is #05331E. Grayscale: #DCDCDC. Windows color (decimal): -340767 or 14798074. OLE color: 14798074.
HSL color Cylindrical-coordinate representation of color #FACCE1: hue angle of 332.61º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACCE1 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 225 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.02 |
| HSL | 332.61º | 0.82% | 0.89% | - |
| HSV(B) | 332.61º | 0.18% | 0.98% | - |
| XYZ | 74.61 | 68.95 | 80.61 | - |
| YUV | 220.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 225 | 0 | 0.18 | 0.10 | 0.02 | 332.61 | 0.82 | 0.89 |
| Hex | FA | CC | E1 | 0 | 12 | A | 2 | 14D | 52 | 59 |
| Octal | 372 | 314 | 341 | 0 | 22 | 12 | 2 | 515 | 122 | 131 |
| Binary | 11111010 | 11001100 | 11100001 | 0 | 10010 | 1010 | 10 | 101001101 | 1010010 | 1011001 |
Color Harmonies of #FACCE1
Complementary color
Monochromatic Colors of #FACCE1
Black with #FACCE1
Text Example
Text Example
White with #FACCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCE1; }
p { color: rgb(250,204,225); }
H1.HeaderClassName
{
color: #FACCE1;
}
.AnyTagClassName
{
color: #FACCE1;
}
</style>
background-color css
<style>
a { background-color: #FACCE1; }
a { background-color: rgb(250,204,225); }
div.DivClassName
{
background-color: #FACCE1;
}
.BgClassName
{
background-color: #FACCE1;
}
</style>
border-color css
<style>
span { border-color: #FACCE1; }
span { border-color: rgb(250,204,225); }
td.TdClassName
{
border-color: #FACCE1;
}
.TagClassName
{
border-color: #FACCE1;
}
</style>