Shades of Classic Rose #FABEDF
Tints of Classic Rose #FABEDF
RGB
CMYK
RGB Variations
Color information
#FABEDF (or 0xFABEDF) is known color: Classic Rose. HEX triplet: FA, BE and DF. RGB value is (250,190,223). Sum of RGB (Red+Green+Blue) = 250+190+223=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEDF is #054120. Grayscale: #D3D3D3. Windows color (decimal): -344353 or 14663418. OLE color: 14663418.
HSL color Cylindrical-coordinate representation of color #FABEDF: hue angle of 327º 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 #FABEDF is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 223 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.02 |
| HSL | 327º | 0.86% | 0.86% | - |
| HSV(B) | 327º | 0.24% | 0.98% | - |
| XYZ | 71.16 | 62.48 | 78.12 | - |
| YUV | 211.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 223 | 0 | 0.24 | 0.11 | 0.02 | 327 | 0.86 | 0.86 |
| Hex | FA | BE | DF | 0 | 18 | B | 2 | 147 | 56 | 56 |
| Octal | 372 | 276 | 337 | 0 | 30 | 13 | 2 | 507 | 126 | 126 |
| Binary | 11111010 | 10111110 | 11011111 | 0 | 11000 | 1011 | 10 | 101000111 | 1010110 | 1010110 |
Color Harmonies of #FABEDF
Complementary color
Monochromatic Colors of #FABEDF
Black with #FABEDF
Text Example
Text Example
White with #FABEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEDF; }
p { color: rgb(250,190,223); }
H1.HeaderClassName
{
color: #FABEDF;
}
.AnyTagClassName
{
color: #FABEDF;
}
</style>
background-color css
<style>
a { background-color: #FABEDF; }
a { background-color: rgb(250,190,223); }
div.DivClassName
{
background-color: #FABEDF;
}
.BgClassName
{
background-color: #FABEDF;
}
</style>
border-color css
<style>
span { border-color: #FABEDF; }
span { border-color: rgb(250,190,223); }
td.TdClassName
{
border-color: #FABEDF;
}
.TagClassName
{
border-color: #FABEDF;
}
</style>