Shades of Classic Rose #FABDE4
Tints of Classic Rose #FABDE4
RGB
CMYK
RGB Variations
Color information
#FABDE4 (or 0xFABDE4) is known color: Classic Rose. HEX triplet: FA, BD and E4. RGB value is (250,189,228). Sum of RGB (Red+Green+Blue) = 250+189+228=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDE4 is #05421B. Grayscale: #D3D3D3. Windows color (decimal): -344604 or 14990842. OLE color: 14990842.
HSL color Cylindrical-coordinate representation of color #FABDE4: hue angle of 321.64º 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 #FABDE4 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 228 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.02 |
| HSL | 321.64º | 0.86% | 0.86% | - |
| HSV(B) | 321.64º | 0.24% | 0.98% | - |
| XYZ | 71.63 | 62.32 | 81.65 | - |
| YUV | 211.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 228 | 0 | 0.24 | 0.09 | 0.02 | 321.64 | 0.86 | 0.86 |
| Hex | FA | BD | E4 | 0 | 18 | 9 | 2 | 142 | 56 | 56 |
| Octal | 372 | 275 | 344 | 0 | 30 | 11 | 2 | 502 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11100100 | 0 | 11000 | 1001 | 10 | 101000010 | 1010110 | 1010110 |
Color Harmonies of #FABDE4
Complementary color
Monochromatic Colors of #FABDE4
Black with #FABDE4
Text Example
Text Example
White with #FABDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDE4; }
p { color: rgb(250,189,228); }
H1.HeaderClassName
{
color: #FABDE4;
}
.AnyTagClassName
{
color: #FABDE4;
}
</style>
background-color css
<style>
a { background-color: #FABDE4; }
a { background-color: rgb(250,189,228); }
div.DivClassName
{
background-color: #FABDE4;
}
.BgClassName
{
background-color: #FABDE4;
}
</style>
border-color css
<style>
span { border-color: #FABDE4; }
span { border-color: rgb(250,189,228); }
td.TdClassName
{
border-color: #FABDE4;
}
.TagClassName
{
border-color: #FABDE4;
}
</style>