Shades of Classic Rose #FAC4ED
Tints of Classic Rose #FAC4ED
RGB
CMYK
RGB Variations
Color information
#FAC4ED (or 0xFAC4ED) is known color: Classic Rose. HEX triplet: FA, C4 and ED. RGB value is (250,196,237). Sum of RGB (Red+Green+Blue) = 250+196+237=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 196 (76.95% from 255 or 28.70% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4ED is #053B12. Grayscale: #D8D8D8. Windows color (decimal): -342803 or 15582458. OLE color: 15582458.
HSL color Cylindrical-coordinate representation of color #FAC4ED: hue angle of 314.44º degrees, saturation: 0.84, 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 #FAC4ED is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 237 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.02 |
| HSL | 314.44º | 0.84% | 0.87% | - |
| HSV(B) | 314.44º | 0.22% | 0.98% | - |
| XYZ | 74.45 | 65.92 | 88.92 | - |
| YUV | 216.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 237 | 0 | 0.22 | 0.05 | 0.02 | 314.44 | 0.84 | 0.87 |
| Hex | FA | C4 | ED | 0 | 16 | 5 | 2 | 13A | 54 | 57 |
| Octal | 372 | 304 | 355 | 0 | 26 | 5 | 2 | 472 | 124 | 127 |
| Binary | 11111010 | 11000100 | 11101101 | 0 | 10110 | 101 | 10 | 100111010 | 1010100 | 1010111 |
Color Harmonies of #FAC4ED
Complementary color
Monochromatic Colors of #FAC4ED
Black with #FAC4ED
Text Example
Text Example
White with #FAC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4ED; }
p { color: rgb(250,196,237); }
H1.HeaderClassName
{
color: #FAC4ED;
}
.AnyTagClassName
{
color: #FAC4ED;
}
</style>
background-color css
<style>
a { background-color: #FAC4ED; }
a { background-color: rgb(250,196,237); }
div.DivClassName
{
background-color: #FAC4ED;
}
.BgClassName
{
background-color: #FAC4ED;
}
</style>
border-color css
<style>
span { border-color: #FAC4ED; }
span { border-color: rgb(250,196,237); }
td.TdClassName
{
border-color: #FAC4ED;
}
.TagClassName
{
border-color: #FAC4ED;
}
</style>