Shades of Classic Rose #FACFEF
Tints of Classic Rose #FACFEF
RGB
CMYK
RGB Variations
Color information
#FACFEF (or 0xFACFEF) is known color: Classic Rose. HEX triplet: FA, CF and EF. RGB value is (250,207,239). Sum of RGB (Red+Green+Blue) = 250+207+239=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFEF is #053010. Grayscale: #DFDFDF. Windows color (decimal): -339985 or 15716346. OLE color: 15716346.
HSL color Cylindrical-coordinate representation of color #FACFEF: hue angle of 315.35º 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 #FACFEF is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 239 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.02 |
| HSL | 315.35º | 0.81% | 0.9% | - |
| HSV(B) | 315.35º | 0.17% | 0.98% | - |
| XYZ | 77.32 | 71.18 | 91.33 | - |
| YUV | 223.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 239 | 0 | 0.17 | 0.04 | 0.02 | 315.35 | 0.81 | 0.9 |
| Hex | FA | CF | EF | 0 | 11 | 4 | 2 | 13B | 51 | 5A |
| Octal | 372 | 317 | 357 | 0 | 21 | 4 | 2 | 473 | 121 | 132 |
| Binary | 11111010 | 11001111 | 11101111 | 0 | 10001 | 100 | 10 | 100111011 | 1010001 | 1011010 |
Color Harmonies of #FACFEF
Complementary color
Monochromatic Colors of #FACFEF
Black with #FACFEF
Text Example
Text Example
White with #FACFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFEF; }
p { color: rgb(250,207,239); }
H1.HeaderClassName
{
color: #FACFEF;
}
.AnyTagClassName
{
color: #FACFEF;
}
</style>
background-color css
<style>
a { background-color: #FACFEF; }
a { background-color: rgb(250,207,239); }
div.DivClassName
{
background-color: #FACFEF;
}
.BgClassName
{
background-color: #FACFEF;
}
</style>
border-color css
<style>
span { border-color: #FACFEF; }
span { border-color: rgb(250,207,239); }
td.TdClassName
{
border-color: #FACFEF;
}
.TagClassName
{
border-color: #FACFEF;
}
</style>