Shades of Classic Rose #FAD2EE
Tints of Classic Rose #FAD2EE
RGB
CMYK
RGB Variations
Color information
#FAD2EE (or 0xFAD2EE) is known color: Classic Rose. HEX triplet: FA, D2 and EE. RGB value is (250,210,238). Sum of RGB (Red+Green+Blue) = 250+210+238=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 210 (82.42% from 255 or 30.09% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2EE is #052D11. Grayscale: #E1E1E1. Windows color (decimal): -339218 or 15651578. OLE color: 15651578.
HSL color Cylindrical-coordinate representation of color #FAD2EE: hue angle of 318º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD2EE is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 238 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.02 |
| HSL | 318º | 0.8% | 0.9% | - |
| HSV(B) | 318º | 0.16% | 0.98% | - |
| XYZ | 77.9 | 72.59 | 90.79 | - |
| YUV | 225.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 238 | 0 | 0.16 | 0.05 | 0.02 | 318 | 0.8 | 0.9 |
| Hex | FA | D2 | EE | 0 | 10 | 5 | 2 | 13E | 50 | 5A |
| Octal | 372 | 322 | 356 | 0 | 20 | 5 | 2 | 476 | 120 | 132 |
| Binary | 11111010 | 11010010 | 11101110 | 0 | 10000 | 101 | 10 | 100111110 | 1010000 | 1011010 |
Color Harmonies of #FAD2EE
Complementary color
Monochromatic Colors of #FAD2EE
Black with #FAD2EE
Text Example
Text Example
White with #FAD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2EE; }
p { color: rgb(250,210,238); }
H1.HeaderClassName
{
color: #FAD2EE;
}
.AnyTagClassName
{
color: #FAD2EE;
}
</style>
background-color css
<style>
a { background-color: #FAD2EE; }
a { background-color: rgb(250,210,238); }
div.DivClassName
{
background-color: #FAD2EE;
}
.BgClassName
{
background-color: #FAD2EE;
}
</style>
border-color css
<style>
span { border-color: #FAD2EE; }
span { border-color: rgb(250,210,238); }
td.TdClassName
{
border-color: #FAD2EE;
}
.TagClassName
{
border-color: #FAD2EE;
}
</style>