Shades of Classic Rose #FACEE4
Tints of Classic Rose #FACEE4
RGB
CMYK
RGB Variations
Color information
#FACEE4 (or 0xFACEE4) is known color: Classic Rose. HEX triplet: FA, CE and E4. RGB value is (250,206,228). Sum of RGB (Red+Green+Blue) = 250+206+228=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEE4 is #05311B. Grayscale: #DDDDDD. Windows color (decimal): -340252 or 14995194. OLE color: 14995194.
HSL color Cylindrical-coordinate representation of color #FACEE4: hue angle of 330º degrees, saturation: 0.81, 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 #FACEE4 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 228 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.02 |
| HSL | 330º | 0.81% | 0.89% | - |
| HSV(B) | 330º | 0.18% | 0.98% | - |
| XYZ | 75.5 | 70.07 | 82.94 | - |
| YUV | 221.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 228 | 0 | 0.18 | 0.09 | 0.02 | 330 | 0.81 | 0.89 |
| Hex | FA | CE | E4 | 0 | 12 | 9 | 2 | 14A | 51 | 59 |
| Octal | 372 | 316 | 344 | 0 | 22 | 11 | 2 | 512 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11100100 | 0 | 10010 | 1001 | 10 | 101001010 | 1010001 | 1011001 |
Color Harmonies of #FACEE4
Complementary color
Monochromatic Colors of #FACEE4
Black with #FACEE4
Text Example
Text Example
White with #FACEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEE4; }
p { color: rgb(250,206,228); }
H1.HeaderClassName
{
color: #FACEE4;
}
.AnyTagClassName
{
color: #FACEE4;
}
</style>
background-color css
<style>
a { background-color: #FACEE4; }
a { background-color: rgb(250,206,228); }
div.DivClassName
{
background-color: #FACEE4;
}
.BgClassName
{
background-color: #FACEE4;
}
</style>
border-color css
<style>
span { border-color: #FACEE4; }
span { border-color: rgb(250,206,228); }
td.TdClassName
{
border-color: #FACEE4;
}
.TagClassName
{
border-color: #FACEE4;
}
</style>