Shades of Classic Rose #FAC5E2
Tints of Classic Rose #FAC5E2
RGB
CMYK
RGB Variations
Color information
#FAC5E2 (or 0xFAC5E2) is known color: Classic Rose. HEX triplet: FA, C5 and E2. RGB value is (250,197,226). Sum of RGB (Red+Green+Blue) = 250+197+226=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 197 (77.34% from 255 or 29.27% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5E2 is #053A1D. Grayscale: #D8D8D8. Windows color (decimal): -342558 or 14861818. OLE color: 14861818.
HSL color Cylindrical-coordinate representation of color #FAC5E2: hue angle of 327.17º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5E2 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 197 | 226 | - |
CMYK | 0 | 0.21 | 0.10 | 0.02 |
HSL | 327.17º | 0.84% | 0.88% | - |
HSV(B) | 327.17º | 0.21% | 0.98% | - |
XYZ | 73.12 | 65.75 | 80.79 | - |
YUV | 216.15 | 133.56 | 152.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 197 | 226 | 0 | 0.21 | 0.10 | 0.02 | 327.17 | 0.84 | 0.88 |
Hex | FA | C5 | E2 | 0 | 15 | A | 2 | 147 | 54 | 58 |
Octal | 372 | 305 | 342 | 0 | 25 | 12 | 2 | 507 | 124 | 130 |
Binary | 11111010 | 11000101 | 11100010 | 0 | 10101 | 1010 | 10 | 101000111 | 1010100 | 1011000 |
Color Harmonies of #FAC5E2
Complementary color
Monochromatic Colors of #FAC5E2
Black with #FAC5E2
Text Example
Text Example
White with #FAC5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5E2; }
p { color: rgb(250,197,226); }
H1.HeaderClassName
{
color: #FAC5E2;
}
.AnyTagClassName
{
color: #FAC5E2;
}
</style>
background-color css
<style>
a { background-color: #FAC5E2; }
a { background-color: rgb(250,197,226); }
div.DivClassName
{
background-color: #FAC5E2;
}
.BgClassName
{
background-color: #FAC5E2;
}
</style>
border-color css
<style>
span { border-color: #FAC5E2; }
span { border-color: rgb(250,197,226); }
td.TdClassName
{
border-color: #FAC5E2;
}
.TagClassName
{
border-color: #FAC5E2;
}
</style>