Shades of Classic Rose #FAC1E4
Tints of Classic Rose #FAC1E4
RGB
CMYK
RGB Variations
Color information
#FAC1E4 (or 0xFAC1E4) is known color: Classic Rose. HEX triplet: FA, C1 and E4. RGB value is (250,193,228). Sum of RGB (Red+Green+Blue) = 250+193+228=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 193 (75.78% from 255 or 28.76% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1E4 is #053E1B. Grayscale: #D5D5D5. Windows color (decimal): -343580 or 14991866. OLE color: 14991866.
HSL color Cylindrical-coordinate representation of color #FAC1E4: hue angle of 323.16º 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 #FAC1E4 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 228 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.02 |
| HSL | 323.16º | 0.85% | 0.87% | - |
| HSV(B) | 323.16º | 0.23% | 0.98% | - |
| XYZ | 72.5 | 64.07 | 81.94 | - |
| YUV | 214.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 228 | 0 | 0.23 | 0.09 | 0.02 | 323.16 | 0.85 | 0.87 |
| Hex | FA | C1 | E4 | 0 | 17 | 9 | 2 | 143 | 55 | 57 |
| Octal | 372 | 301 | 344 | 0 | 27 | 11 | 2 | 503 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11100100 | 0 | 10111 | 1001 | 10 | 101000011 | 1010101 | 1010111 |
Color Harmonies of #FAC1E4
Complementary color
Monochromatic Colors of #FAC1E4
Black with #FAC1E4
Text Example
Text Example
White with #FAC1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1E4; }
p { color: rgb(250,193,228); }
H1.HeaderClassName
{
color: #FAC1E4;
}
.AnyTagClassName
{
color: #FAC1E4;
}
</style>
background-color css
<style>
a { background-color: #FAC1E4; }
a { background-color: rgb(250,193,228); }
div.DivClassName
{
background-color: #FAC1E4;
}
.BgClassName
{
background-color: #FAC1E4;
}
</style>
border-color css
<style>
span { border-color: #FAC1E4; }
span { border-color: rgb(250,193,228); }
td.TdClassName
{
border-color: #FAC1E4;
}
.TagClassName
{
border-color: #FAC1E4;
}
</style>