Shades of Classic Rose #FACFED
Tints of Classic Rose #FACFED
RGB
CMYK
RGB Variations
Color information
#FACFED (or 0xFACFED) is known color: Classic Rose. HEX triplet: FA, CF and ED. RGB value is (250,207,237). Sum of RGB (Red+Green+Blue) = 250+207+237=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 207 (81.25% from 255 or 29.83% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFED is #053012. Grayscale: #DFDFDF. Windows color (decimal): -339987 or 15585274. OLE color: 15585274.
HSL color Cylindrical-coordinate representation of color #FACFED: hue angle of 318.14º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFED is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 237 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.02 |
| HSL | 318.14º | 0.81% | 0.9% | - |
| HSV(B) | 318.14º | 0.17% | 0.98% | - |
| XYZ | 77.02 | 71.06 | 89.78 | - |
| YUV | 223.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 237 | 0 | 0.17 | 0.05 | 0.02 | 318.14 | 0.81 | 0.9 |
| Hex | FA | CF | ED | 0 | 11 | 5 | 2 | 13E | 51 | 5A |
| Octal | 372 | 317 | 355 | 0 | 21 | 5 | 2 | 476 | 121 | 132 |
| Binary | 11111010 | 11001111 | 11101101 | 0 | 10001 | 101 | 10 | 100111110 | 1010001 | 1011010 |
Color Harmonies of #FACFED
Complementary color
Monochromatic Colors of #FACFED
Black with #FACFED
Text Example
Text Example
White with #FACFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFED; }
p { color: rgb(250,207,237); }
H1.HeaderClassName
{
color: #FACFED;
}
.AnyTagClassName
{
color: #FACFED;
}
</style>
background-color css
<style>
a { background-color: #FACFED; }
a { background-color: rgb(250,207,237); }
div.DivClassName
{
background-color: #FACFED;
}
.BgClassName
{
background-color: #FACFED;
}
</style>
border-color css
<style>
span { border-color: #FACFED; }
span { border-color: rgb(250,207,237); }
td.TdClassName
{
border-color: #FACFED;
}
.TagClassName
{
border-color: #FACFED;
}
</style>