Shades of Classic Rose #FACAE4
Tints of Classic Rose #FACAE4
RGB
CMYK
RGB Variations
Color information
#FACAE4 (or 0xFACAE4) is known color: Classic Rose. HEX triplet: FA, CA and E4. RGB value is (250,202,228). Sum of RGB (Red+Green+Blue) = 250+202+228=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAE4 is #05351B. Grayscale: #DBDBDB. Windows color (decimal): -341276 or 14994170. OLE color: 14994170.
HSL color Cylindrical-coordinate representation of color #FACAE4: hue angle of 327.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACAE4 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 202 | 228 | - |
CMYK | 0 | 0.19 | 0.09 | 0.02 |
HSL | 327.5º | 0.83% | 0.89% | - |
HSV(B) | 327.5º | 0.19% | 0.98% | - |
XYZ | 74.55 | 68.17 | 82.63 | - |
YUV | 219.32 | 132.9 | 149.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 202 | 228 | 0 | 0.19 | 0.09 | 0.02 | 327.5 | 0.83 | 0.89 |
Hex | FA | CA | E4 | 0 | 13 | 9 | 2 | 148 | 53 | 59 |
Octal | 372 | 312 | 344 | 0 | 23 | 11 | 2 | 510 | 123 | 131 |
Binary | 11111010 | 11001010 | 11100100 | 0 | 10011 | 1001 | 10 | 101001000 | 1010011 | 1011001 |
Color Harmonies of #FACAE4
Complementary color
Monochromatic Colors of #FACAE4
Black with #FACAE4
Text Example
Text Example
White with #FACAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAE4; }
p { color: rgb(250,202,228); }
H1.HeaderClassName
{
color: #FACAE4;
}
.AnyTagClassName
{
color: #FACAE4;
}
</style>
background-color css
<style>
a { background-color: #FACAE4; }
a { background-color: rgb(250,202,228); }
div.DivClassName
{
background-color: #FACAE4;
}
.BgClassName
{
background-color: #FACAE4;
}
</style>
border-color css
<style>
span { border-color: #FACAE4; }
span { border-color: rgb(250,202,228); }
td.TdClassName
{
border-color: #FACAE4;
}
.TagClassName
{
border-color: #FACAE4;
}
</style>