Shades of Classic Rose #FAC9E2
Tints of Classic Rose #FAC9E2
RGB
CMYK
RGB Variations
Color information
#FAC9E2 (or 0xFAC9E2) is known color: Classic Rose. HEX triplet: FA, C9 and E2. RGB value is (250,201,226). Sum of RGB (Red+Green+Blue) = 250+201+226=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9E2 is #05361D. Grayscale: #DADADA. Windows color (decimal): -341534 or 14862842. OLE color: 14862842.
HSL color Cylindrical-coordinate representation of color #FAC9E2: hue angle of 329.39º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC9E2 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 201 | 226 | - |
CMYK | 0 | 0.20 | 0.10 | 0.02 |
HSL | 329.39º | 0.83% | 0.88% | - |
HSV(B) | 329.39º | 0.2% | 0.98% | - |
XYZ | 74.04 | 67.59 | 81.1 | - |
YUV | 218.5 | 132.23 | 150.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 201 | 226 | 0 | 0.20 | 0.10 | 0.02 | 329.39 | 0.83 | 0.88 |
Hex | FA | C9 | E2 | 0 | 14 | A | 2 | 149 | 53 | 58 |
Octal | 372 | 311 | 342 | 0 | 24 | 12 | 2 | 511 | 123 | 130 |
Binary | 11111010 | 11001001 | 11100010 | 0 | 10100 | 1010 | 10 | 101001001 | 1010011 | 1011000 |
Color Harmonies of #FAC9E2
Complementary color
Monochromatic Colors of #FAC9E2
Black with #FAC9E2
Text Example
Text Example
White with #FAC9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9E2; }
p { color: rgb(250,201,226); }
H1.HeaderClassName
{
color: #FAC9E2;
}
.AnyTagClassName
{
color: #FAC9E2;
}
</style>
background-color css
<style>
a { background-color: #FAC9E2; }
a { background-color: rgb(250,201,226); }
div.DivClassName
{
background-color: #FAC9E2;
}
.BgClassName
{
background-color: #FAC9E2;
}
</style>
border-color css
<style>
span { border-color: #FAC9E2; }
span { border-color: rgb(250,201,226); }
td.TdClassName
{
border-color: #FAC9E2;
}
.TagClassName
{
border-color: #FAC9E2;
}
</style>