Shades of Classic Rose #FACCE8
Tints of Classic Rose #FACCE8
RGB
CMYK
RGB Variations
Color information
#FACCE8 (or 0xFACCE8) is known color: Classic Rose. HEX triplet: FA, CC and E8. RGB value is (250,204,232). Sum of RGB (Red+Green+Blue) = 250+204+232=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCE8 is #053317. Grayscale: #DCDCDC. Windows color (decimal): -340760 or 15256826. OLE color: 15256826.
HSL color Cylindrical-coordinate representation of color #FACCE8: hue angle of 323.48º 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 #FACCE8 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 232 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.02 |
| HSL | 323.48º | 0.82% | 0.89% | - |
| HSV(B) | 323.48º | 0.18% | 0.98% | - |
| XYZ | 75.58 | 69.34 | 85.74 | - |
| YUV | 220.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 232 | 0 | 0.18 | 0.07 | 0.02 | 323.48 | 0.82 | 0.89 |
| Hex | FA | CC | E8 | 0 | 12 | 7 | 2 | 143 | 52 | 59 |
| Octal | 372 | 314 | 350 | 0 | 22 | 7 | 2 | 503 | 122 | 131 |
| Binary | 11111010 | 11001100 | 11101000 | 0 | 10010 | 111 | 10 | 101000011 | 1010010 | 1011001 |
Color Harmonies of #FACCE8
Complementary color
Monochromatic Colors of #FACCE8
Black with #FACCE8
Text Example
Text Example
White with #FACCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCE8; }
p { color: rgb(250,204,232); }
H1.HeaderClassName
{
color: #FACCE8;
}
.AnyTagClassName
{
color: #FACCE8;
}
</style>
background-color css
<style>
a { background-color: #FACCE8; }
a { background-color: rgb(250,204,232); }
div.DivClassName
{
background-color: #FACCE8;
}
.BgClassName
{
background-color: #FACCE8;
}
</style>
border-color css
<style>
span { border-color: #FACCE8; }
span { border-color: rgb(250,204,232); }
td.TdClassName
{
border-color: #FACCE8;
}
.TagClassName
{
border-color: #FACCE8;
}
</style>