Shades of Classic Rose #FACEED
Tints of Classic Rose #FACEED
RGB
CMYK
RGB Variations
Color information
#FACEED (or 0xFACEED) is known color: Classic Rose. HEX triplet: FA, CE and ED. RGB value is (250,206,237). Sum of RGB (Red+Green+Blue) = 250+206+237=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 206 (80.86% from 255 or 29.73% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEED is #053112. Grayscale: #DEDEDE. Windows color (decimal): -340243 or 15585018. OLE color: 15585018.
HSL color Cylindrical-coordinate representation of color #FACEED: hue angle of 317.73º 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 #FACEED is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 237 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.02 |
| HSL | 317.73º | 0.81% | 0.89% | - |
| HSV(B) | 317.73º | 0.18% | 0.98% | - |
| XYZ | 76.78 | 70.58 | 89.7 | - |
| YUV | 222.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 237 | 0 | 0.18 | 0.05 | 0.02 | 317.73 | 0.81 | 0.89 |
| Hex | FA | CE | ED | 0 | 12 | 5 | 2 | 13E | 51 | 59 |
| Octal | 372 | 316 | 355 | 0 | 22 | 5 | 2 | 476 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11101101 | 0 | 10010 | 101 | 10 | 100111110 | 1010001 | 1011001 |
Color Harmonies of #FACEED
Complementary color
Monochromatic Colors of #FACEED
Black with #FACEED
Text Example
Text Example
White with #FACEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEED; }
p { color: rgb(250,206,237); }
H1.HeaderClassName
{
color: #FACEED;
}
.AnyTagClassName
{
color: #FACEED;
}
</style>
background-color css
<style>
a { background-color: #FACEED; }
a { background-color: rgb(250,206,237); }
div.DivClassName
{
background-color: #FACEED;
}
.BgClassName
{
background-color: #FACEED;
}
</style>
border-color css
<style>
span { border-color: #FACEED; }
span { border-color: rgb(250,206,237); }
td.TdClassName
{
border-color: #FACEED;
}
.TagClassName
{
border-color: #FACEED;
}
</style>