Shades of Classic Rose #FACFE4
Tints of Classic Rose #FACFE4
RGB
CMYK
RGB Variations
Color information
#FACFE4 (or 0xFACFE4) is known color: Classic Rose. HEX triplet: FA, CF and E4. RGB value is (250,207,228). Sum of RGB (Red+Green+Blue) = 250+207+228=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFE4 is #05301B. Grayscale: #DEDEDE. Windows color (decimal): -339996 or 14995450. OLE color: 14995450.
HSL color Cylindrical-coordinate representation of color #FACFE4: hue angle of 330.7º 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 #FACFE4 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 228 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.02 |
| HSL | 330.7º | 0.81% | 0.9% | - |
| HSV(B) | 330.7º | 0.17% | 0.98% | - |
| XYZ | 75.74 | 70.55 | 83.02 | - |
| YUV | 222.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 228 | 0 | 0.17 | 0.09 | 0.02 | 330.7 | 0.81 | 0.9 |
| Hex | FA | CF | E4 | 0 | 11 | 9 | 2 | 14B | 51 | 5A |
| Octal | 372 | 317 | 344 | 0 | 21 | 11 | 2 | 513 | 121 | 132 |
| Binary | 11111010 | 11001111 | 11100100 | 0 | 10001 | 1001 | 10 | 101001011 | 1010001 | 1011010 |
Color Harmonies of #FACFE4
Complementary color
Monochromatic Colors of #FACFE4
Black with #FACFE4
Text Example
Text Example
White with #FACFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFE4; }
p { color: rgb(250,207,228); }
H1.HeaderClassName
{
color: #FACFE4;
}
.AnyTagClassName
{
color: #FACFE4;
}
</style>
background-color css
<style>
a { background-color: #FACFE4; }
a { background-color: rgb(250,207,228); }
div.DivClassName
{
background-color: #FACFE4;
}
.BgClassName
{
background-color: #FACFE4;
}
</style>
border-color css
<style>
span { border-color: #FACFE4; }
span { border-color: rgb(250,207,228); }
td.TdClassName
{
border-color: #FACFE4;
}
.TagClassName
{
border-color: #FACFE4;
}
</style>