Shades of Classic Rose #FAC3E6
Tints of Classic Rose #FAC3E6
RGB
CMYK
RGB Variations
Color information
#FAC3E6 (or 0xFAC3E6) is known color: Classic Rose. HEX triplet: FA, C3 and E6. RGB value is (250,195,230). Sum of RGB (Red+Green+Blue) = 250+195+230=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 195 (76.56% from 255 or 28.89% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC3E6 is #053C19. Grayscale: #D7D7D7. Windows color (decimal): -343066 or 15123450. OLE color: 15123450.
HSL color Cylindrical-coordinate representation of color #FAC3E6: hue angle of 321.82º 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 #FAC3E6 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 230 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.02 |
| HSL | 321.82º | 0.85% | 0.87% | - |
| HSV(B) | 321.82º | 0.22% | 0.98% | - |
| XYZ | 73.22 | 65.07 | 83.56 | - |
| YUV | 215.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 230 | 0 | 0.22 | 0.08 | 0.02 | 321.82 | 0.85 | 0.87 |
| Hex | FA | C3 | E6 | 0 | 16 | 8 | 2 | 142 | 55 | 57 |
| Octal | 372 | 303 | 346 | 0 | 26 | 10 | 2 | 502 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11100110 | 0 | 10110 | 1000 | 10 | 101000010 | 1010101 | 1010111 |
Color Harmonies of #FAC3E6
Complementary color
Monochromatic Colors of #FAC3E6
Black with #FAC3E6
Text Example
Text Example
White with #FAC3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3E6; }
p { color: rgb(250,195,230); }
H1.HeaderClassName
{
color: #FAC3E6;
}
.AnyTagClassName
{
color: #FAC3E6;
}
</style>
background-color css
<style>
a { background-color: #FAC3E6; }
a { background-color: rgb(250,195,230); }
div.DivClassName
{
background-color: #FAC3E6;
}
.BgClassName
{
background-color: #FAC3E6;
}
</style>
border-color css
<style>
span { border-color: #FAC3E6; }
span { border-color: rgb(250,195,230); }
td.TdClassName
{
border-color: #FAC3E6;
}
.TagClassName
{
border-color: #FAC3E6;
}
</style>