Shades of Classic Rose #FAD1ED
Tints of Classic Rose #FAD1ED
RGB
CMYK
RGB Variations
Color information
#FAD1ED (or 0xFAD1ED) is known color: Classic Rose. HEX triplet: FA, D1 and ED. RGB value is (250,209,237). Sum of RGB (Red+Green+Blue) = 250+209+237=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 209 (82.03% from 255 or 30.03% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD1ED is #052E12. Grayscale: #E0E0E0. Windows color (decimal): -339475 or 15585786. OLE color: 15585786.
HSL color Cylindrical-coordinate representation of color #FAD1ED: hue angle of 319.02º 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 #FAD1ED is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 209 | 237 | - |
CMYK | 0 | 0.16 | 0.05 | 0.02 |
HSL | 319.02º | 0.8% | 0.9% | - |
HSV(B) | 319.02º | 0.16% | 0.98% | - |
XYZ | 77.51 | 72.04 | 89.94 | - |
YUV | 224.45 | 135.08 | 146.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 209 | 237 | 0 | 0.16 | 0.05 | 0.02 | 319.02 | 0.8 | 0.9 |
Hex | FA | D1 | ED | 0 | 10 | 5 | 2 | 13F | 50 | 5A |
Octal | 372 | 321 | 355 | 0 | 20 | 5 | 2 | 477 | 120 | 132 |
Binary | 11111010 | 11010001 | 11101101 | 0 | 10000 | 101 | 10 | 100111111 | 1010000 | 1011010 |
Color Harmonies of #FAD1ED
Complementary color
Monochromatic Colors of #FAD1ED
Black with #FAD1ED
Text Example
Text Example
White with #FAD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD1ED; }
p { color: rgb(250,209,237); }
H1.HeaderClassName
{
color: #FAD1ED;
}
.AnyTagClassName
{
color: #FAD1ED;
}
</style>
background-color css
<style>
a { background-color: #FAD1ED; }
a { background-color: rgb(250,209,237); }
div.DivClassName
{
background-color: #FAD1ED;
}
.BgClassName
{
background-color: #FAD1ED;
}
</style>
border-color css
<style>
span { border-color: #FAD1ED; }
span { border-color: rgb(250,209,237); }
td.TdClassName
{
border-color: #FAD1ED;
}
.TagClassName
{
border-color: #FAD1ED;
}
</style>