Shades of We Peep #FBD0D5
Tints of We Peep #FBD0D5
RGB
CMYK
RGB Variations
Color information
#FBD0D5 (or 0xFBD0D5) is known color: We Peep. HEX triplet: FB, D0 and D5. RGB value is (251,208,213). Sum of RGB (Red+Green+Blue) = 251+208+213=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0D5 is #042F2A. Grayscale: #DDDDDD. Windows color (decimal): -274219 or 14012667. OLE color: 14012667.
HSL color Cylindrical-coordinate representation of color #FBD0D5: hue angle of 353.02º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD0D5 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 208 | 213 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.02 |
| HSL | 353.02º | 0.84% | 0.9% | - |
| HSV(B) | 353.02º | 0.17% | 0.98% | - |
| XYZ | 74.35 | 70.43 | 72.63 | - |
| YUV | 221.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 208 | 213 | 0 | 0.17 | 0.15 | 0.02 | 353.02 | 0.84 | 0.9 |
| Hex | FB | D0 | D5 | 0 | 11 | F | 2 | 161 | 54 | 5A |
| Octal | 373 | 320 | 325 | 0 | 21 | 17 | 2 | 541 | 124 | 132 |
| Binary | 11111011 | 11010000 | 11010101 | 0 | 10001 | 1111 | 10 | 101100001 | 1010100 | 1011010 |
Color Harmonies of #FBD0D5
Complementary color
Monochromatic Colors of #FBD0D5
Black with #FBD0D5
Text Example
Text Example
White with #FBD0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD0D5; }
p { color: rgb(251,208,213); }
H1.HeaderClassName
{
color: #FBD0D5;
}
.AnyTagClassName
{
color: #FBD0D5;
}
</style>
background-color css
<style>
a { background-color: #FBD0D5; }
a { background-color: rgb(251,208,213); }
div.DivClassName
{
background-color: #FBD0D5;
}
.BgClassName
{
background-color: #FBD0D5;
}
</style>
border-color css
<style>
span { border-color: #FBD0D5; }
span { border-color: rgb(251,208,213); }
td.TdClassName
{
border-color: #FBD0D5;
}
.TagClassName
{
border-color: #FBD0D5;
}
</style>