Shades of Classic Rose #FABFDD
Tints of Classic Rose #FABFDD
RGB
CMYK
RGB Variations
Color information
#FABFDD (or 0xFABFDD) is known color: Classic Rose. HEX triplet: FA, BF and DD. RGB value is (250,191,221). Sum of RGB (Red+Green+Blue) = 250+191+221=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFDD is #054022. Grayscale: #D4D4D4. Windows color (decimal): -344099 or 14532602. OLE color: 14532602.
HSL color Cylindrical-coordinate representation of color #FABFDD: hue angle of 329.49º 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 #FABFDD is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 221 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.02 |
| HSL | 329.49º | 0.86% | 0.86% | - |
| HSV(B) | 329.49º | 0.24% | 0.98% | - |
| XYZ | 71.11 | 62.81 | 76.78 | - |
| YUV | 212.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 221 | 0 | 0.24 | 0.12 | 0.02 | 329.49 | 0.86 | 0.86 |
| Hex | FA | BF | DD | 0 | 18 | C | 2 | 149 | 56 | 56 |
| Octal | 372 | 277 | 335 | 0 | 30 | 14 | 2 | 511 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11011101 | 0 | 11000 | 1100 | 10 | 101001001 | 1010110 | 1010110 |
Color Harmonies of #FABFDD
Complementary color
Monochromatic Colors of #FABFDD
Black with #FABFDD
Text Example
Text Example
White with #FABFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFDD; }
p { color: rgb(250,191,221); }
H1.HeaderClassName
{
color: #FABFDD;
}
.AnyTagClassName
{
color: #FABFDD;
}
</style>
background-color css
<style>
a { background-color: #FABFDD; }
a { background-color: rgb(250,191,221); }
div.DivClassName
{
background-color: #FABFDD;
}
.BgClassName
{
background-color: #FABFDD;
}
</style>
border-color css
<style>
span { border-color: #FABFDD; }
span { border-color: rgb(250,191,221); }
td.TdClassName
{
border-color: #FABFDD;
}
.TagClassName
{
border-color: #FABFDD;
}
</style>