Shades of Classic Rose #FAD3F0
Tints of Classic Rose #FAD3F0
RGB
CMYK
RGB Variations
Color information
#FAD3F0 (or 0xFAD3F0) is known color: Classic Rose. HEX triplet: FA, D3 and F0. RGB value is (250,211,240). Sum of RGB (Red+Green+Blue) = 250+211+240=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 211 (82.81% from 255 or 30.10% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3F0 is #052C0F. Grayscale: #E1E1E1. Windows color (decimal): -338960 or 15782906. OLE color: 15782906.
HSL color Cylindrical-coordinate representation of color #FAD3F0: hue angle of 315.38º 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 #FAD3F0 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 240 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.02 |
| HSL | 315.38º | 0.8% | 0.9% | - |
| HSV(B) | 315.38º | 0.16% | 0.98% | - |
| XYZ | 78.45 | 73.2 | 92.43 | - |
| YUV | 225.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 240 | 0 | 0.16 | 0.04 | 0.02 | 315.38 | 0.8 | 0.9 |
| Hex | FA | D3 | F0 | 0 | 10 | 4 | 2 | 13B | 50 | 5A |
| Octal | 372 | 323 | 360 | 0 | 20 | 4 | 2 | 473 | 120 | 132 |
| Binary | 11111010 | 11010011 | 11110000 | 0 | 10000 | 100 | 10 | 100111011 | 1010000 | 1011010 |
Color Harmonies of #FAD3F0
Complementary color
Monochromatic Colors of #FAD3F0
Black with #FAD3F0
Text Example
Text Example
White with #FAD3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD3F0; }
p { color: rgb(250,211,240); }
H1.HeaderClassName
{
color: #FAD3F0;
}
.AnyTagClassName
{
color: #FAD3F0;
}
</style>
background-color css
<style>
a { background-color: #FAD3F0; }
a { background-color: rgb(250,211,240); }
div.DivClassName
{
background-color: #FAD3F0;
}
.BgClassName
{
background-color: #FAD3F0;
}
</style>
border-color css
<style>
span { border-color: #FAD3F0; }
span { border-color: rgb(250,211,240); }
td.TdClassName
{
border-color: #FAD3F0;
}
.TagClassName
{
border-color: #FAD3F0;
}
</style>