Shades of Classic Rose #FAC3E4
Tints of Classic Rose #FAC3E4
RGB
CMYK
RGB Variations
Color information
#FAC3E4 (or 0xFAC3E4) is known color: Classic Rose. HEX triplet: FA, C3 and E4. RGB value is (250,195,228). Sum of RGB (Red+Green+Blue) = 250+195+228=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 195 (76.56% from 255 or 28.97% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3E4 is #053C1B. Grayscale: #D7D7D7. Windows color (decimal): -343068 or 14992378. OLE color: 14992378.
HSL color Cylindrical-coordinate representation of color #FAC3E4: hue angle of 324º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC3E4 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 228 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.02 |
| HSL | 324º | 0.85% | 0.87% | - |
| HSV(B) | 324º | 0.22% | 0.98% | - |
| XYZ | 72.94 | 64.96 | 82.09 | - |
| YUV | 215.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 228 | 0 | 0.22 | 0.09 | 0.02 | 324 | 0.85 | 0.87 |
| Hex | FA | C3 | E4 | 0 | 16 | 9 | 2 | 144 | 55 | 57 |
| Octal | 372 | 303 | 344 | 0 | 26 | 11 | 2 | 504 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11100100 | 0 | 10110 | 1001 | 10 | 101000100 | 1010101 | 1010111 |
Color Harmonies of #FAC3E4
Complementary color
Monochromatic Colors of #FAC3E4
Black with #FAC3E4
Text Example
Text Example
White with #FAC3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3E4; }
p { color: rgb(250,195,228); }
H1.HeaderClassName
{
color: #FAC3E4;
}
.AnyTagClassName
{
color: #FAC3E4;
}
</style>
background-color css
<style>
a { background-color: #FAC3E4; }
a { background-color: rgb(250,195,228); }
div.DivClassName
{
background-color: #FAC3E4;
}
.BgClassName
{
background-color: #FAC3E4;
}
</style>
border-color css
<style>
span { border-color: #FAC3E4; }
span { border-color: rgb(250,195,228); }
td.TdClassName
{
border-color: #FAC3E4;
}
.TagClassName
{
border-color: #FAC3E4;
}
</style>