Shades of Amour #FBDFE7
Tints of Amour #FBDFE7
RGB
CMYK
RGB Variations
Color information
#FBDFE7 (or 0xFBDFE7) is known color: Amour. HEX triplet: FB, DF and E7. RGB value is (251,223,231). Sum of RGB (Red+Green+Blue) = 251+223+231=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFE7 is #042018. Grayscale: #E8E8E8. Windows color (decimal): -270361 or 15196155. OLE color: 15196155.
HSL color Cylindrical-coordinate representation of color #FBDFE7: hue angle of 342.86º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBDFE7 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 231 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.02 |
| HSL | 342.86º | 0.78% | 0.93% | - |
| HSV(B) | 342.86º | 0.11% | 0.98% | - |
| XYZ | 80.6 | 79.05 | 86.61 | - |
| YUV | 232.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 231 | 0 | 0.11 | 0.08 | 0.02 | 342.86 | 0.78 | 0.93 |
| Hex | FB | DF | E7 | 0 | B | 8 | 2 | 157 | 4E | 5D |
| Octal | 373 | 337 | 347 | 0 | 13 | 10 | 2 | 527 | 116 | 135 |
| Binary | 11111011 | 11011111 | 11100111 | 0 | 1011 | 1000 | 10 | 101010111 | 1001110 | 1011101 |
Color Harmonies of #FBDFE7
Complementary color
Monochromatic Colors of #FBDFE7
Black with #FBDFE7
Text Example
Text Example
White with #FBDFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFE7; }
p { color: rgb(251,223,231); }
H1.HeaderClassName
{
color: #FBDFE7;
}
.AnyTagClassName
{
color: #FBDFE7;
}
</style>
background-color css
<style>
a { background-color: #FBDFE7; }
a { background-color: rgb(251,223,231); }
div.DivClassName
{
background-color: #FBDFE7;
}
.BgClassName
{
background-color: #FBDFE7;
}
</style>
border-color css
<style>
span { border-color: #FBDFE7; }
span { border-color: rgb(251,223,231); }
td.TdClassName
{
border-color: #FBDFE7;
}
.TagClassName
{
border-color: #FBDFE7;
}
</style>