Shades of Remy #FBDFDB
Tints of Remy #FBDFDB
RGB
CMYK
RGB Variations
Color information
#FBDFDB (or 0xFBDFDB) is known color: Remy. HEX triplet: FB, DF and DB. RGB value is (251,223,219). Sum of RGB (Red+Green+Blue) = 251+223+219=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFDB is #042024. Grayscale: #E6E6E6. Windows color (decimal): -270373 or 14409723. OLE color: 14409723.
HSL color Cylindrical-coordinate representation of color #FBDFDB: hue angle of 7.5º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDFDB is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 223 | 219 | - |
CMYK | 0 | 0.11 | 0.13 | 0.02 |
HSL | 7.5º | 0.8% | 0.92% | - |
HSV(B) | 7.5º | 0.13% | 0.98% | - |
XYZ | 78.96 | 78.4 | 77.99 | - |
YUV | 230.92 | 121.28 | 142.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 223 | 219 | 0 | 0.11 | 0.13 | 0.02 | 7.5 | 0.8 | 0.92 |
Hex | FB | DF | DB | 0 | B | D | 2 | 8 | 50 | 5C |
Octal | 373 | 337 | 333 | 0 | 13 | 15 | 2 | 10 | 120 | 134 |
Binary | 11111011 | 11011111 | 11011011 | 0 | 1011 | 1101 | 10 | 1000 | 1010000 | 1011100 |
Color Harmonies of #FBDFDB
Complementary color
Monochromatic Colors of #FBDFDB
Black with #FBDFDB
Text Example
Text Example
White with #FBDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFDB; }
p { color: rgb(251,223,219); }
H1.HeaderClassName
{
color: #FBDFDB;
}
.AnyTagClassName
{
color: #FBDFDB;
}
</style>
background-color css
<style>
a { background-color: #FBDFDB; }
a { background-color: rgb(251,223,219); }
div.DivClassName
{
background-color: #FBDFDB;
}
.BgClassName
{
background-color: #FBDFDB;
}
</style>
border-color css
<style>
span { border-color: #FBDFDB; }
span { border-color: rgb(251,223,219); }
td.TdClassName
{
border-color: #FBDFDB;
}
.TagClassName
{
border-color: #FBDFDB;
}
</style>