Shades of Classic Rose #FAC0E2
Tints of Classic Rose #FAC0E2
RGB
CMYK
RGB Variations
Color information
#FAC0E2 (or 0xFAC0E2) is known color: Classic Rose. HEX triplet: FA, C0 and E2. RGB value is (250,192,226). Sum of RGB (Red+Green+Blue) = 250+192+226=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0E2 is #053F1D. Grayscale: #D5D5D5. Windows color (decimal): -343838 or 14860538. OLE color: 14860538.
HSL color Cylindrical-coordinate representation of color #FAC0E2: hue angle of 324.83º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC0E2 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 226 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.02 |
| HSL | 324.83º | 0.85% | 0.87% | - |
| HSV(B) | 324.83º | 0.23% | 0.98% | - |
| XYZ | 72 | 63.51 | 80.42 | - |
| YUV | 213.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 226 | 0 | 0.23 | 0.10 | 0.02 | 324.83 | 0.85 | 0.87 |
| Hex | FA | C0 | E2 | 0 | 17 | A | 2 | 145 | 55 | 57 |
| Octal | 372 | 300 | 342 | 0 | 27 | 12 | 2 | 505 | 125 | 127 |
| Binary | 11111010 | 11000000 | 11100010 | 0 | 10111 | 1010 | 10 | 101000101 | 1010101 | 1010111 |
Color Harmonies of #FAC0E2
Complementary color
Monochromatic Colors of #FAC0E2
Black with #FAC0E2
Text Example
Text Example
White with #FAC0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0E2; }
p { color: rgb(250,192,226); }
H1.HeaderClassName
{
color: #FAC0E2;
}
.AnyTagClassName
{
color: #FAC0E2;
}
</style>
background-color css
<style>
a { background-color: #FAC0E2; }
a { background-color: rgb(250,192,226); }
div.DivClassName
{
background-color: #FAC0E2;
}
.BgClassName
{
background-color: #FAC0E2;
}
</style>
border-color css
<style>
span { border-color: #FAC0E2; }
span { border-color: rgb(250,192,226); }
td.TdClassName
{
border-color: #FAC0E2;
}
.TagClassName
{
border-color: #FAC0E2;
}
</style>