Shades of Classic Rose #FAC1E9
Tints of Classic Rose #FAC1E9
RGB
CMYK
RGB Variations
Color information
#FAC1E9 (or 0xFAC1E9) is known color: Classic Rose. HEX triplet: FA, C1 and E9. RGB value is (250,193,233). Sum of RGB (Red+Green+Blue) = 250+193+233=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 193 (75.78% from 255 or 28.55% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1E9 is #053E16. Grayscale: #D6D6D6. Windows color (decimal): -343575 or 15319546. OLE color: 15319546.
HSL color Cylindrical-coordinate representation of color #FAC1E9: hue angle of 317.89º 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 #FAC1E9 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 233 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.02 |
| HSL | 317.89º | 0.85% | 0.87% | - |
| HSV(B) | 317.89º | 0.23% | 0.98% | - |
| XYZ | 73.2 | 64.35 | 85.65 | - |
| YUV | 214.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 233 | 0 | 0.23 | 0.07 | 0.02 | 317.89 | 0.85 | 0.87 |
| Hex | FA | C1 | E9 | 0 | 17 | 7 | 2 | 13E | 55 | 57 |
| Octal | 372 | 301 | 351 | 0 | 27 | 7 | 2 | 476 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11101001 | 0 | 10111 | 111 | 10 | 100111110 | 1010101 | 1010111 |
Color Harmonies of #FAC1E9
Complementary color
Monochromatic Colors of #FAC1E9
Black with #FAC1E9
Text Example
Text Example
White with #FAC1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1E9; }
p { color: rgb(250,193,233); }
H1.HeaderClassName
{
color: #FAC1E9;
}
.AnyTagClassName
{
color: #FAC1E9;
}
</style>
background-color css
<style>
a { background-color: #FAC1E9; }
a { background-color: rgb(250,193,233); }
div.DivClassName
{
background-color: #FAC1E9;
}
.BgClassName
{
background-color: #FAC1E9;
}
</style>
border-color css
<style>
span { border-color: #FAC1E9; }
span { border-color: rgb(250,193,233); }
td.TdClassName
{
border-color: #FAC1E9;
}
.TagClassName
{
border-color: #FAC1E9;
}
</style>