Shades of Classic Rose #FABDE6
Tints of Classic Rose #FABDE6
RGB
CMYK
RGB Variations
Color information
#FABDE6 (or 0xFABDE6) is known color: Classic Rose. HEX triplet: FA, BD and E6. RGB value is (250,189,230). Sum of RGB (Red+Green+Blue) = 250+189+230=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABDE6 is #054219. Grayscale: #D3D3D3. Windows color (decimal): -344602 or 15121914. OLE color: 15121914.
HSL color Cylindrical-coordinate representation of color #FABDE6: hue angle of 319.67º 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 #FABDE6 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 230 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.02 |
| HSL | 319.67º | 0.86% | 0.86% | - |
| HSV(B) | 319.67º | 0.24% | 0.98% | - |
| XYZ | 71.9 | 62.43 | 83.12 | - |
| YUV | 211.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 230 | 0 | 0.24 | 0.08 | 0.02 | 319.67 | 0.86 | 0.86 |
| Hex | FA | BD | E6 | 0 | 18 | 8 | 2 | 140 | 56 | 56 |
| Octal | 372 | 275 | 346 | 0 | 30 | 10 | 2 | 500 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11100110 | 0 | 11000 | 1000 | 10 | 101000000 | 1010110 | 1010110 |
Color Harmonies of #FABDE6
Complementary color
Monochromatic Colors of #FABDE6
Black with #FABDE6
Text Example
Text Example
White with #FABDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDE6; }
p { color: rgb(250,189,230); }
H1.HeaderClassName
{
color: #FABDE6;
}
.AnyTagClassName
{
color: #FABDE6;
}
</style>
background-color css
<style>
a { background-color: #FABDE6; }
a { background-color: rgb(250,189,230); }
div.DivClassName
{
background-color: #FABDE6;
}
.BgClassName
{
background-color: #FABDE6;
}
</style>
border-color css
<style>
span { border-color: #FABDE6; }
span { border-color: rgb(250,189,230); }
td.TdClassName
{
border-color: #FABDE6;
}
.TagClassName
{
border-color: #FABDE6;
}
</style>