Shades of Classic Rose #FACEEA
Tints of Classic Rose #FACEEA
RGB
CMYK
RGB Variations
Color information
#FACEEA (or 0xFACEEA) is known color: Classic Rose. HEX triplet: FA, CE and EA. RGB value is (250,206,234). Sum of RGB (Red+Green+Blue) = 250+206+234=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEEA is #053115. Grayscale: #DEDEDE. Windows color (decimal): -340246 or 15388410. OLE color: 15388410.
HSL color Cylindrical-coordinate representation of color #FACEEA: hue angle of 321.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 #FACEEA is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 234 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.02 |
| HSL | 321.82º | 0.81% | 0.89% | - |
| HSV(B) | 321.82º | 0.18% | 0.98% | - |
| XYZ | 76.35 | 70.41 | 87.41 | - |
| YUV | 222.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 234 | 0 | 0.18 | 0.06 | 0.02 | 321.82 | 0.81 | 0.89 |
| Hex | FA | CE | EA | 0 | 12 | 6 | 2 | 142 | 51 | 59 |
| Octal | 372 | 316 | 352 | 0 | 22 | 6 | 2 | 502 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11101010 | 0 | 10010 | 110 | 10 | 101000010 | 1010001 | 1011001 |
Color Harmonies of #FACEEA
Complementary color
Monochromatic Colors of #FACEEA
Black with #FACEEA
Text Example
Text Example
White with #FACEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEEA; }
p { color: rgb(250,206,234); }
H1.HeaderClassName
{
color: #FACEEA;
}
.AnyTagClassName
{
color: #FACEEA;
}
</style>
background-color css
<style>
a { background-color: #FACEEA; }
a { background-color: rgb(250,206,234); }
div.DivClassName
{
background-color: #FACEEA;
}
.BgClassName
{
background-color: #FACEEA;
}
</style>
border-color css
<style>
span { border-color: #FACEEA; }
span { border-color: rgb(250,206,234); }
td.TdClassName
{
border-color: #FACEEA;
}
.TagClassName
{
border-color: #FACEEA;
}
</style>