Shades of Classic Rose #FACFE8
Tints of Classic Rose #FACFE8
RGB
CMYK
RGB Variations
Color information
#FACFE8 (or 0xFACFE8) is known color: Classic Rose. HEX triplet: FA, CF and E8. RGB value is (250,207,232). Sum of RGB (Red+Green+Blue) = 250+207+232=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFE8 is #053017. Grayscale: #DEDEDE. Windows color (decimal): -339992 or 15257594. OLE color: 15257594.
HSL color Cylindrical-coordinate representation of color #FACFE8: hue angle of 325.12º 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 #FACFE8 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 232 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.02 |
| HSL | 325.12º | 0.81% | 0.9% | - |
| HSV(B) | 325.12º | 0.17% | 0.98% | - |
| XYZ | 76.3 | 70.78 | 85.98 | - |
| YUV | 222.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 232 | 0 | 0.17 | 0.07 | 0.02 | 325.12 | 0.81 | 0.9 |
| Hex | FA | CF | E8 | 0 | 11 | 7 | 2 | 145 | 51 | 5A |
| Octal | 372 | 317 | 350 | 0 | 21 | 7 | 2 | 505 | 121 | 132 |
| Binary | 11111010 | 11001111 | 11101000 | 0 | 10001 | 111 | 10 | 101000101 | 1010001 | 1011010 |
Color Harmonies of #FACFE8
Complementary color
Monochromatic Colors of #FACFE8
Black with #FACFE8
Text Example
Text Example
White with #FACFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFE8; }
p { color: rgb(250,207,232); }
H1.HeaderClassName
{
color: #FACFE8;
}
.AnyTagClassName
{
color: #FACFE8;
}
</style>
background-color css
<style>
a { background-color: #FACFE8; }
a { background-color: rgb(250,207,232); }
div.DivClassName
{
background-color: #FACFE8;
}
.BgClassName
{
background-color: #FACFE8;
}
</style>
border-color css
<style>
span { border-color: #FACFE8; }
span { border-color: rgb(250,207,232); }
td.TdClassName
{
border-color: #FACFE8;
}
.TagClassName
{
border-color: #FACFE8;
}
</style>