Shades of Classic Rose #FAC1E2
Tints of Classic Rose #FAC1E2
RGB
CMYK
RGB Variations
Color information
#FAC1E2 (or 0xFAC1E2) is known color: Classic Rose. HEX triplet: FA, C1 and E2. RGB value is (250,193,226). Sum of RGB (Red+Green+Blue) = 250+193+226=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1E2 is #053E1D. Grayscale: #D5D5D5. Windows color (decimal): -343582 or 14860794. OLE color: 14860794.
HSL color Cylindrical-coordinate representation of color #FAC1E2: hue angle of 325.26º 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 #FAC1E2 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 226 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.02 |
| HSL | 325.26º | 0.85% | 0.87% | - |
| HSV(B) | 325.26º | 0.23% | 0.98% | - |
| XYZ | 72.22 | 63.95 | 80.49 | - |
| YUV | 213.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 226 | 0 | 0.23 | 0.10 | 0.02 | 325.26 | 0.85 | 0.87 |
| Hex | FA | C1 | E2 | 0 | 17 | A | 2 | 145 | 55 | 57 |
| Octal | 372 | 301 | 342 | 0 | 27 | 12 | 2 | 505 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11100010 | 0 | 10111 | 1010 | 10 | 101000101 | 1010101 | 1010111 |
Color Harmonies of #FAC1E2
Complementary color
Monochromatic Colors of #FAC1E2
Black with #FAC1E2
Text Example
Text Example
White with #FAC1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1E2; }
p { color: rgb(250,193,226); }
H1.HeaderClassName
{
color: #FAC1E2;
}
.AnyTagClassName
{
color: #FAC1E2;
}
</style>
background-color css
<style>
a { background-color: #FAC1E2; }
a { background-color: rgb(250,193,226); }
div.DivClassName
{
background-color: #FAC1E2;
}
.BgClassName
{
background-color: #FAC1E2;
}
</style>
border-color css
<style>
span { border-color: #FAC1E2; }
span { border-color: rgb(250,193,226); }
td.TdClassName
{
border-color: #FAC1E2;
}
.TagClassName
{
border-color: #FAC1E2;
}
</style>