Shades of Classic Rose #FAC3ED
Tints of Classic Rose #FAC3ED
RGB
CMYK
RGB Variations
Color information
#FAC3ED (or 0xFAC3ED) is known color: Classic Rose. HEX triplet: FA, C3 and ED. RGB value is (250,195,237). Sum of RGB (Red+Green+Blue) = 250+195+237=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 195 (76.56% from 255 or 28.59% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC3ED is #053C12. Grayscale: #D8D8D8. Windows color (decimal): -343059 or 15582202. OLE color: 15582202.
HSL color Cylindrical-coordinate representation of color #FAC3ED: hue angle of 314.18º 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 #FAC3ED is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 237 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.02 |
| HSL | 314.18º | 0.85% | 0.87% | - |
| HSV(B) | 314.18º | 0.22% | 0.98% | - |
| XYZ | 74.23 | 65.47 | 88.85 | - |
| YUV | 216.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 237 | 0 | 0.22 | 0.05 | 0.02 | 314.18 | 0.85 | 0.87 |
| Hex | FA | C3 | ED | 0 | 16 | 5 | 2 | 13A | 55 | 57 |
| Octal | 372 | 303 | 355 | 0 | 26 | 5 | 2 | 472 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11101101 | 0 | 10110 | 101 | 10 | 100111010 | 1010101 | 1010111 |
Color Harmonies of #FAC3ED
Complementary color
Monochromatic Colors of #FAC3ED
Black with #FAC3ED
Text Example
Text Example
White with #FAC3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3ED; }
p { color: rgb(250,195,237); }
H1.HeaderClassName
{
color: #FAC3ED;
}
.AnyTagClassName
{
color: #FAC3ED;
}
</style>
background-color css
<style>
a { background-color: #FAC3ED; }
a { background-color: rgb(250,195,237); }
div.DivClassName
{
background-color: #FAC3ED;
}
.BgClassName
{
background-color: #FAC3ED;
}
</style>
border-color css
<style>
span { border-color: #FAC3ED; }
span { border-color: rgb(250,195,237); }
td.TdClassName
{
border-color: #FAC3ED;
}
.TagClassName
{
border-color: #FAC3ED;
}
</style>