Shades of Classic Rose #FACBE2
Tints of Classic Rose #FACBE2
RGB
CMYK
RGB Variations
Color information
#FACBE2 (or 0xFACBE2) is known color: Classic Rose. HEX triplet: FA, CB and E2. RGB value is (250,203,226). Sum of RGB (Red+Green+Blue) = 250+203+226=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBE2 is #05341D. Grayscale: #DBDBDB. Windows color (decimal): -341022 or 14863354. OLE color: 14863354.
HSL color Cylindrical-coordinate representation of color #FACBE2: hue angle of 330.64º 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 #FACBE2 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 226 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.02 |
| HSL | 330.64º | 0.82% | 0.89% | - |
| HSV(B) | 330.64º | 0.19% | 0.98% | - |
| XYZ | 74.51 | 68.53 | 81.25 | - |
| YUV | 219.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 226 | 0 | 0.19 | 0.10 | 0.02 | 330.64 | 0.82 | 0.89 |
| Hex | FA | CB | E2 | 0 | 13 | A | 2 | 14B | 52 | 59 |
| Octal | 372 | 313 | 342 | 0 | 23 | 12 | 2 | 513 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11100010 | 0 | 10011 | 1010 | 10 | 101001011 | 1010010 | 1011001 |
Color Harmonies of #FACBE2
Complementary color
Monochromatic Colors of #FACBE2
Black with #FACBE2
Text Example
Text Example
White with #FACBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBE2; }
p { color: rgb(250,203,226); }
H1.HeaderClassName
{
color: #FACBE2;
}
.AnyTagClassName
{
color: #FACBE2;
}
</style>
background-color css
<style>
a { background-color: #FACBE2; }
a { background-color: rgb(250,203,226); }
div.DivClassName
{
background-color: #FACBE2;
}
.BgClassName
{
background-color: #FACBE2;
}
</style>
border-color css
<style>
span { border-color: #FACBE2; }
span { border-color: rgb(250,203,226); }
td.TdClassName
{
border-color: #FACBE2;
}
.TagClassName
{
border-color: #FACBE2;
}
</style>