Shades of Classic Rose #FACBEC
Tints of Classic Rose #FACBEC
RGB
CMYK
RGB Variations
Color information
#FACBEC (or 0xFACBEC) is known color: Classic Rose. HEX triplet: FA, CB and EC. RGB value is (250,203,236). Sum of RGB (Red+Green+Blue) = 250+203+236=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBEC is #053413. Grayscale: #DCDCDC. Windows color (decimal): -341012 or 15518714. OLE color: 15518714.
HSL color Cylindrical-coordinate representation of color #FACBEC: hue angle of 317.87º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACBEC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 236 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.02 |
| HSL | 317.87º | 0.82% | 0.89% | - |
| HSV(B) | 317.87º | 0.19% | 0.98% | - |
| XYZ | 75.92 | 69.09 | 88.69 | - |
| YUV | 220.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 236 | 0 | 0.19 | 0.06 | 0.02 | 317.87 | 0.82 | 0.89 |
| Hex | FA | CB | EC | 0 | 13 | 6 | 2 | 13E | 52 | 59 |
| Octal | 372 | 313 | 354 | 0 | 23 | 6 | 2 | 476 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11101100 | 0 | 10011 | 110 | 10 | 100111110 | 1010010 | 1011001 |
Color Harmonies of #FACBEC
Complementary color
Monochromatic Colors of #FACBEC
Black with #FACBEC
Text Example
Text Example
White with #FACBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBEC; }
p { color: rgb(250,203,236); }
H1.HeaderClassName
{
color: #FACBEC;
}
.AnyTagClassName
{
color: #FACBEC;
}
</style>
background-color css
<style>
a { background-color: #FACBEC; }
a { background-color: rgb(250,203,236); }
div.DivClassName
{
background-color: #FACBEC;
}
.BgClassName
{
background-color: #FACBEC;
}
</style>
border-color css
<style>
span { border-color: #FACBEC; }
span { border-color: rgb(250,203,236); }
td.TdClassName
{
border-color: #FACBEC;
}
.TagClassName
{
border-color: #FACBEC;
}
</style>