Shades of Classic Rose #FACAEA
Tints of Classic Rose #FACAEA
RGB
CMYK
RGB Variations
Color information
#FACAEA (or 0xFACAEA) is known color: Classic Rose. HEX triplet: FA, CA and EA. RGB value is (250,202,234). Sum of RGB (Red+Green+Blue) = 250+202+234=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAEA is #053515. Grayscale: #DBDBDB. Windows color (decimal): -341270 or 15387386. OLE color: 15387386.
HSL color Cylindrical-coordinate representation of color #FACAEA: hue angle of 320º 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 #FACAEA is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 234 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.02 |
| HSL | 320º | 0.83% | 0.89% | - |
| HSV(B) | 320º | 0.19% | 0.98% | - |
| XYZ | 75.4 | 68.51 | 87.09 | - |
| YUV | 220 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 234 | 0 | 0.19 | 0.06 | 0.02 | 320 | 0.83 | 0.89 |
| Hex | FA | CA | EA | 0 | 13 | 6 | 2 | 140 | 53 | 59 |
| Octal | 372 | 312 | 352 | 0 | 23 | 6 | 2 | 500 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11101010 | 0 | 10011 | 110 | 10 | 101000000 | 1010011 | 1011001 |
Color Harmonies of #FACAEA
Complementary color
Monochromatic Colors of #FACAEA
Black with #FACAEA
Text Example
Text Example
White with #FACAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAEA; }
p { color: rgb(250,202,234); }
H1.HeaderClassName
{
color: #FACAEA;
}
.AnyTagClassName
{
color: #FACAEA;
}
</style>
background-color css
<style>
a { background-color: #FACAEA; }
a { background-color: rgb(250,202,234); }
div.DivClassName
{
background-color: #FACAEA;
}
.BgClassName
{
background-color: #FACAEA;
}
</style>
border-color css
<style>
span { border-color: #FACAEA; }
span { border-color: rgb(250,202,234); }
td.TdClassName
{
border-color: #FACAEA;
}
.TagClassName
{
border-color: #FACAEA;
}
</style>