Shades of Classic Rose #FABFDF
Tints of Classic Rose #FABFDF
RGB
CMYK
RGB Variations
Color information
#FABFDF (or 0xFABFDF) is known color: Classic Rose. HEX triplet: FA, BF and DF. RGB value is (250,191,223). Sum of RGB (Red+Green+Blue) = 250+191+223=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFDF is #054020. Grayscale: #D4D4D4. Windows color (decimal): -344097 or 14663674. OLE color: 14663674.
HSL color Cylindrical-coordinate representation of color #FABFDF: hue angle of 327.46º 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 #FABFDF is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 223 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.02 |
| HSL | 327.46º | 0.86% | 0.86% | - |
| HSV(B) | 327.46º | 0.24% | 0.98% | - |
| XYZ | 71.37 | 62.91 | 78.19 | - |
| YUV | 212.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 223 | 0 | 0.24 | 0.11 | 0.02 | 327.46 | 0.86 | 0.86 |
| Hex | FA | BF | DF | 0 | 18 | B | 2 | 147 | 56 | 56 |
| Octal | 372 | 277 | 337 | 0 | 30 | 13 | 2 | 507 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11011111 | 0 | 11000 | 1011 | 10 | 101000111 | 1010110 | 1010110 |
Color Harmonies of #FABFDF
Complementary color
Monochromatic Colors of #FABFDF
Black with #FABFDF
Text Example
Text Example
White with #FABFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFDF; }
p { color: rgb(250,191,223); }
H1.HeaderClassName
{
color: #FABFDF;
}
.AnyTagClassName
{
color: #FABFDF;
}
</style>
background-color css
<style>
a { background-color: #FABFDF; }
a { background-color: rgb(250,191,223); }
div.DivClassName
{
background-color: #FABFDF;
}
.BgClassName
{
background-color: #FABFDF;
}
</style>
border-color css
<style>
span { border-color: #FABFDF; }
span { border-color: rgb(250,191,223); }
td.TdClassName
{
border-color: #FABFDF;
}
.TagClassName
{
border-color: #FABFDF;
}
</style>