Shades of Classic Rose #FABDDF
Tints of Classic Rose #FABDDF
RGB
CMYK
RGB Variations
Color information
#FABDDF (or 0xFABDDF) is known color: Classic Rose. HEX triplet: FA, BD and DF. RGB value is (250,189,223). Sum of RGB (Red+Green+Blue) = 250+189+223=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDDF is #054220. Grayscale: #D3D3D3. Windows color (decimal): -344609 or 14663162. OLE color: 14663162.
HSL color Cylindrical-coordinate representation of color #FABDDF: hue angle of 326.56º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABDDF is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 223 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.02 |
| HSL | 326.56º | 0.86% | 0.86% | - |
| HSV(B) | 326.56º | 0.24% | 0.98% | - |
| XYZ | 70.94 | 62.05 | 78.05 | - |
| YUV | 211.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 223 | 0 | 0.24 | 0.11 | 0.02 | 326.56 | 0.86 | 0.86 |
| Hex | FA | BD | DF | 0 | 18 | B | 2 | 147 | 56 | 56 |
| Octal | 372 | 275 | 337 | 0 | 30 | 13 | 2 | 507 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11011111 | 0 | 11000 | 1011 | 10 | 101000111 | 1010110 | 1010110 |
Color Harmonies of #FABDDF
Complementary color
Monochromatic Colors of #FABDDF
Black with #FABDDF
Text Example
Text Example
White with #FABDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDDF; }
p { color: rgb(250,189,223); }
H1.HeaderClassName
{
color: #FABDDF;
}
.AnyTagClassName
{
color: #FABDDF;
}
</style>
background-color css
<style>
a { background-color: #FABDDF; }
a { background-color: rgb(250,189,223); }
div.DivClassName
{
background-color: #FABDDF;
}
.BgClassName
{
background-color: #FABDDF;
}
</style>
border-color css
<style>
span { border-color: #FABDDF; }
span { border-color: rgb(250,189,223); }
td.TdClassName
{
border-color: #FABDDF;
}
.TagClassName
{
border-color: #FABDDF;
}
</style>