Shades of Classic Rose #FACEEC
Tints of Classic Rose #FACEEC
RGB
CMYK
RGB Variations
Color information
#FACEEC (or 0xFACEEC) is known color: Classic Rose. HEX triplet: FA, CE and EC. RGB value is (250,206,236). Sum of RGB (Red+Green+Blue) = 250+206+236=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEEC is #053113. Grayscale: #DEDEDE. Windows color (decimal): -340244 or 15519482. OLE color: 15519482.
HSL color Cylindrical-coordinate representation of color #FACEEC: hue angle of 319.09º 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 #FACEEC is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 236 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.02 |
| HSL | 319.09º | 0.81% | 0.89% | - |
| HSV(B) | 319.09º | 0.18% | 0.98% | - |
| XYZ | 76.64 | 70.52 | 88.93 | - |
| YUV | 222.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 236 | 0 | 0.18 | 0.06 | 0.02 | 319.09 | 0.81 | 0.89 |
| Hex | FA | CE | EC | 0 | 12 | 6 | 2 | 13F | 51 | 59 |
| Octal | 372 | 316 | 354 | 0 | 22 | 6 | 2 | 477 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11101100 | 0 | 10010 | 110 | 10 | 100111111 | 1010001 | 1011001 |
Color Harmonies of #FACEEC
Complementary color
Monochromatic Colors of #FACEEC
Black with #FACEEC
Text Example
Text Example
White with #FACEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEEC; }
p { color: rgb(250,206,236); }
H1.HeaderClassName
{
color: #FACEEC;
}
.AnyTagClassName
{
color: #FACEEC;
}
</style>
background-color css
<style>
a { background-color: #FACEEC; }
a { background-color: rgb(250,206,236); }
div.DivClassName
{
background-color: #FACEEC;
}
.BgClassName
{
background-color: #FACEEC;
}
</style>
border-color css
<style>
span { border-color: #FACEEC; }
span { border-color: rgb(250,206,236); }
td.TdClassName
{
border-color: #FACEEC;
}
.TagClassName
{
border-color: #FACEEC;
}
</style>