Shades of Classic Rose #FABFDA
Tints of Classic Rose #FABFDA
RGB
CMYK
RGB Variations
Color information
#FABFDA (or 0xFABFDA) is known color: Classic Rose. HEX triplet: FA, BF and DA. RGB value is (250,191,218). Sum of RGB (Red+Green+Blue) = 250+191+218=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFDA is #054025. Grayscale: #D3D3D3. Windows color (decimal): -344102 or 14335994. OLE color: 14335994.
HSL color Cylindrical-coordinate representation of color #FABFDA: hue angle of 332.54º 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 #FABFDA is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 218 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.02 |
| HSL | 332.54º | 0.86% | 0.86% | - |
| HSV(B) | 332.54º | 0.24% | 0.98% | - |
| XYZ | 70.71 | 62.65 | 74.7 | - |
| YUV | 211.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 218 | 0 | 0.24 | 0.13 | 0.02 | 332.54 | 0.86 | 0.86 |
| Hex | FA | BF | DA | 0 | 18 | D | 2 | 14D | 56 | 56 |
| Octal | 372 | 277 | 332 | 0 | 30 | 15 | 2 | 515 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11011010 | 0 | 11000 | 1101 | 10 | 101001101 | 1010110 | 1010110 |
Color Harmonies of #FABFDA
Complementary color
Monochromatic Colors of #FABFDA
Black with #FABFDA
Text Example
Text Example
White with #FABFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFDA; }
p { color: rgb(250,191,218); }
H1.HeaderClassName
{
color: #FABFDA;
}
.AnyTagClassName
{
color: #FABFDA;
}
</style>
background-color css
<style>
a { background-color: #FABFDA; }
a { background-color: rgb(250,191,218); }
div.DivClassName
{
background-color: #FABFDA;
}
.BgClassName
{
background-color: #FABFDA;
}
</style>
border-color css
<style>
span { border-color: #FABFDA; }
span { border-color: rgb(250,191,218); }
td.TdClassName
{
border-color: #FABFDA;
}
.TagClassName
{
border-color: #FABFDA;
}
</style>