Shades of Classic Rose #FACAEE
Tints of Classic Rose #FACAEE
RGB
CMYK
RGB Variations
Color information
#FACAEE (or 0xFACAEE) is known color: Classic Rose. HEX triplet: FA, CA and EE. RGB value is (250,202,238). Sum of RGB (Red+Green+Blue) = 250+202+238=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAEE is #053511. Grayscale: #DCDCDC. Windows color (decimal): -341266 or 15649530. OLE color: 15649530.
HSL color Cylindrical-coordinate representation of color #FACAEE: hue angle of 315º 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 #FACAEE is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 238 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.02 |
| HSL | 315º | 0.83% | 0.89% | - |
| HSV(B) | 315º | 0.19% | 0.98% | - |
| XYZ | 75.98 | 68.74 | 90.15 | - |
| YUV | 220.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 238 | 0 | 0.19 | 0.05 | 0.02 | 315 | 0.83 | 0.89 |
| Hex | FA | CA | EE | 0 | 13 | 5 | 2 | 13B | 53 | 59 |
| Octal | 372 | 312 | 356 | 0 | 23 | 5 | 2 | 473 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11101110 | 0 | 10011 | 101 | 10 | 100111011 | 1010011 | 1011001 |
Color Harmonies of #FACAEE
Complementary color
Monochromatic Colors of #FACAEE
Black with #FACAEE
Text Example
Text Example
White with #FACAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAEE; }
p { color: rgb(250,202,238); }
H1.HeaderClassName
{
color: #FACAEE;
}
.AnyTagClassName
{
color: #FACAEE;
}
</style>
background-color css
<style>
a { background-color: #FACAEE; }
a { background-color: rgb(250,202,238); }
div.DivClassName
{
background-color: #FACAEE;
}
.BgClassName
{
background-color: #FACAEE;
}
</style>
border-color css
<style>
span { border-color: #FACAEE; }
span { border-color: rgb(250,202,238); }
td.TdClassName
{
border-color: #FACAEE;
}
.TagClassName
{
border-color: #FACAEE;
}
</style>