Shades of Classic Rose #FAD3EE
Tints of Classic Rose #FAD3EE
RGB
CMYK
RGB Variations
Color information
#FAD3EE (or 0xFAD3EE) is known color: Classic Rose. HEX triplet: FA, D3 and EE. RGB value is (250,211,238). Sum of RGB (Red+Green+Blue) = 250+211+238=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 211 (82.81% from 255 or 30.19% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3EE is #052C11. Grayscale: #E1E1E1. Windows color (decimal): -338962 or 15651834. OLE color: 15651834.
HSL color Cylindrical-coordinate representation of color #FAD3EE: hue angle of 318.46º 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 #FAD3EE is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 238 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.02 |
| HSL | 318.46º | 0.8% | 0.9% | - |
| HSV(B) | 318.46º | 0.16% | 0.98% | - |
| XYZ | 78.15 | 73.09 | 90.88 | - |
| YUV | 225.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 238 | 0 | 0.16 | 0.05 | 0.02 | 318.46 | 0.8 | 0.9 |
| Hex | FA | D3 | EE | 0 | 10 | 5 | 2 | 13E | 50 | 5A |
| Octal | 372 | 323 | 356 | 0 | 20 | 5 | 2 | 476 | 120 | 132 |
| Binary | 11111010 | 11010011 | 11101110 | 0 | 10000 | 101 | 10 | 100111110 | 1010000 | 1011010 |
Color Harmonies of #FAD3EE
Complementary color
Monochromatic Colors of #FAD3EE
Black with #FAD3EE
Text Example
Text Example
White with #FAD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD3EE; }
p { color: rgb(250,211,238); }
H1.HeaderClassName
{
color: #FAD3EE;
}
.AnyTagClassName
{
color: #FAD3EE;
}
</style>
background-color css
<style>
a { background-color: #FAD3EE; }
a { background-color: rgb(250,211,238); }
div.DivClassName
{
background-color: #FAD3EE;
}
.BgClassName
{
background-color: #FAD3EE;
}
</style>
border-color css
<style>
span { border-color: #FAD3EE; }
span { border-color: rgb(250,211,238); }
td.TdClassName
{
border-color: #FAD3EE;
}
.TagClassName
{
border-color: #FAD3EE;
}
</style>