Shades of Classic Rose #FACFEA
Tints of Classic Rose #FACFEA
RGB
CMYK
RGB Variations
Color information
#FACFEA (or 0xFACFEA) is known color: Classic Rose. HEX triplet: FA, CF and EA. RGB value is (250,207,234). Sum of RGB (Red+Green+Blue) = 250+207+234=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFEA is #053015. Grayscale: #DEDEDE. Windows color (decimal): -339990 or 15388666. OLE color: 15388666.
HSL color Cylindrical-coordinate representation of color #FACFEA: hue angle of 322.33º 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 #FACFEA is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 234 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.02 |
| HSL | 322.33º | 0.81% | 0.9% | - |
| HSV(B) | 322.33º | 0.17% | 0.98% | - |
| XYZ | 76.59 | 70.89 | 87.49 | - |
| YUV | 222.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 234 | 0 | 0.17 | 0.06 | 0.02 | 322.33 | 0.81 | 0.9 |
| Hex | FA | CF | EA | 0 | 11 | 6 | 2 | 142 | 51 | 5A |
| Octal | 372 | 317 | 352 | 0 | 21 | 6 | 2 | 502 | 121 | 132 |
| Binary | 11111010 | 11001111 | 11101010 | 0 | 10001 | 110 | 10 | 101000010 | 1010001 | 1011010 |
Color Harmonies of #FACFEA
Complementary color
Monochromatic Colors of #FACFEA
Black with #FACFEA
Text Example
Text Example
White with #FACFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFEA; }
p { color: rgb(250,207,234); }
H1.HeaderClassName
{
color: #FACFEA;
}
.AnyTagClassName
{
color: #FACFEA;
}
</style>
background-color css
<style>
a { background-color: #FACFEA; }
a { background-color: rgb(250,207,234); }
div.DivClassName
{
background-color: #FACFEA;
}
.BgClassName
{
background-color: #FACFEA;
}
</style>
border-color css
<style>
span { border-color: #FACFEA; }
span { border-color: rgb(250,207,234); }
td.TdClassName
{
border-color: #FACFEA;
}
.TagClassName
{
border-color: #FACFEA;
}
</style>