Shades of Classic Rose #FACEDF
Tints of Classic Rose #FACEDF
RGB
CMYK
RGB Variations
Color information
#FACEDF (or 0xFACEDF) is known color: Classic Rose. HEX triplet: FA, CE and DF. RGB value is (250,206,223). Sum of RGB (Red+Green+Blue) = 250+206+223=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEDF is #053120. Grayscale: #DDDDDD. Windows color (decimal): -340257 or 14667514. OLE color: 14667514.
HSL color Cylindrical-coordinate representation of color #FACEDF: hue angle of 336.82º 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 #FACEDF is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 223 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.02 |
| HSL | 336.82º | 0.81% | 0.89% | - |
| HSV(B) | 336.82º | 0.18% | 0.98% | - |
| XYZ | 74.81 | 69.79 | 79.34 | - |
| YUV | 221.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 223 | 0 | 0.18 | 0.11 | 0.02 | 336.82 | 0.81 | 0.89 |
| Hex | FA | CE | DF | 0 | 12 | B | 2 | 151 | 51 | 59 |
| Octal | 372 | 316 | 337 | 0 | 22 | 13 | 2 | 521 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11011111 | 0 | 10010 | 1011 | 10 | 101010001 | 1010001 | 1011001 |
Color Harmonies of #FACEDF
Complementary color
Monochromatic Colors of #FACEDF
Black with #FACEDF
Text Example
Text Example
White with #FACEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEDF; }
p { color: rgb(250,206,223); }
H1.HeaderClassName
{
color: #FACEDF;
}
.AnyTagClassName
{
color: #FACEDF;
}
</style>
background-color css
<style>
a { background-color: #FACEDF; }
a { background-color: rgb(250,206,223); }
div.DivClassName
{
background-color: #FACEDF;
}
.BgClassName
{
background-color: #FACEDF;
}
</style>
border-color css
<style>
span { border-color: #FACEDF; }
span { border-color: rgb(250,206,223); }
td.TdClassName
{
border-color: #FACEDF;
}
.TagClassName
{
border-color: #FACEDF;
}
</style>