Shades of Classic Rose #FACCE0
Tints of Classic Rose #FACCE0
RGB
CMYK
RGB Variations
Color information
#FACCE0 (or 0xFACCE0) is known color: Classic Rose. HEX triplet: FA, CC and E0. RGB value is (250,204,224). Sum of RGB (Red+Green+Blue) = 250+204+224=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCE0 is #05331F. Grayscale: #DCDCDC. Windows color (decimal): -340768 or 14732538. OLE color: 14732538.
HSL color Cylindrical-coordinate representation of color #FACCE0: hue angle of 333.91º 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 #FACCE0 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 224 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.02 |
| HSL | 333.91º | 0.82% | 0.89% | - |
| HSV(B) | 333.91º | 0.18% | 0.98% | - |
| XYZ | 74.47 | 68.89 | 79.89 | - |
| YUV | 220.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 224 | 0 | 0.18 | 0.10 | 0.02 | 333.91 | 0.82 | 0.89 |
| Hex | FA | CC | E0 | 0 | 12 | A | 2 | 14E | 52 | 59 |
| Octal | 372 | 314 | 340 | 0 | 22 | 12 | 2 | 516 | 122 | 131 |
| Binary | 11111010 | 11001100 | 11100000 | 0 | 10010 | 1010 | 10 | 101001110 | 1010010 | 1011001 |
Color Harmonies of #FACCE0
Complementary color
Monochromatic Colors of #FACCE0
Black with #FACCE0
Text Example
Text Example
White with #FACCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCE0; }
p { color: rgb(250,204,224); }
H1.HeaderClassName
{
color: #FACCE0;
}
.AnyTagClassName
{
color: #FACCE0;
}
</style>
background-color css
<style>
a { background-color: #FACCE0; }
a { background-color: rgb(250,204,224); }
div.DivClassName
{
background-color: #FACCE0;
}
.BgClassName
{
background-color: #FACCE0;
}
</style>
border-color css
<style>
span { border-color: #FACCE0; }
span { border-color: rgb(250,204,224); }
td.TdClassName
{
border-color: #FACCE0;
}
.TagClassName
{
border-color: #FACCE0;
}
</style>