Shades of Classic Rose #FAC3E2
Tints of Classic Rose #FAC3E2
RGB
CMYK
RGB Variations
Color information
#FAC3E2 (or 0xFAC3E2) is known color: Classic Rose. HEX triplet: FA, C3 and E2. RGB value is (250,195,226). Sum of RGB (Red+Green+Blue) = 250+195+226=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3E2 is #053C1D. Grayscale: #D6D6D6. Windows color (decimal): -343070 or 14861306. OLE color: 14861306.
HSL color Cylindrical-coordinate representation of color #FAC3E2: hue angle of 326.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 #FAC3E2 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 195 | 226 | - |
CMYK | 0 | 0.22 | 0.10 | 0.02 |
HSL | 326.18º | 0.85% | 0.87% | - |
HSV(B) | 326.18º | 0.22% | 0.98% | - |
XYZ | 72.67 | 64.85 | 80.64 | - |
YUV | 214.98 | 134.22 | 152.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 195 | 226 | 0 | 0.22 | 0.10 | 0.02 | 326.18 | 0.85 | 0.87 |
Hex | FA | C3 | E2 | 0 | 16 | A | 2 | 146 | 55 | 57 |
Octal | 372 | 303 | 342 | 0 | 26 | 12 | 2 | 506 | 125 | 127 |
Binary | 11111010 | 11000011 | 11100010 | 0 | 10110 | 1010 | 10 | 101000110 | 1010101 | 1010111 |
Color Harmonies of #FAC3E2
Complementary color
Monochromatic Colors of #FAC3E2
Black with #FAC3E2
Text Example
Text Example
White with #FAC3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3E2; }
p { color: rgb(250,195,226); }
H1.HeaderClassName
{
color: #FAC3E2;
}
.AnyTagClassName
{
color: #FAC3E2;
}
</style>
background-color css
<style>
a { background-color: #FAC3E2; }
a { background-color: rgb(250,195,226); }
div.DivClassName
{
background-color: #FAC3E2;
}
.BgClassName
{
background-color: #FAC3E2;
}
</style>
border-color css
<style>
span { border-color: #FAC3E2; }
span { border-color: rgb(250,195,226); }
td.TdClassName
{
border-color: #FAC3E2;
}
.TagClassName
{
border-color: #FAC3E2;
}
</style>