Shades of We Peep #FBCCCD
Tints of We Peep #FBCCCD
RGB
CMYK
RGB Variations
Color information
#FBCCCD (or 0xFBCCCD) is known color: We Peep. HEX triplet: FB, CC and CD. RGB value is (251,204,205). Sum of RGB (Red+Green+Blue) = 251+204+205=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCCD is #043332. Grayscale: #DADADA. Windows color (decimal): -275251 or 13487355. OLE color: 13487355.
HSL color Cylindrical-coordinate representation of color #FBCCCD: hue angle of 358.72º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCCD is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 205 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.02 |
| HSL | 358.72º | 0.85% | 0.89% | - |
| HSV(B) | 358.72º | 0.19% | 0.98% | - |
| XYZ | 72.4 | 68.1 | 67.09 | - |
| YUV | 218.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 205 | 0 | 0.19 | 0.18 | 0.02 | 358.72 | 0.85 | 0.89 |
| Hex | FB | CC | CD | 0 | 13 | 12 | 2 | 167 | 55 | 59 |
| Octal | 373 | 314 | 315 | 0 | 23 | 22 | 2 | 547 | 125 | 131 |
| Binary | 11111011 | 11001100 | 11001101 | 0 | 10011 | 10010 | 10 | 101100111 | 1010101 | 1011001 |
Color Harmonies of #FBCCCD
Complementary color
Monochromatic Colors of #FBCCCD
Black with #FBCCCD
Text Example
Text Example
White with #FBCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCCD; }
p { color: rgb(251,204,205); }
H1.HeaderClassName
{
color: #FBCCCD;
}
.AnyTagClassName
{
color: #FBCCCD;
}
</style>
background-color css
<style>
a { background-color: #FBCCCD; }
a { background-color: rgb(251,204,205); }
div.DivClassName
{
background-color: #FBCCCD;
}
.BgClassName
{
background-color: #FBCCCD;
}
</style>
border-color css
<style>
span { border-color: #FBCCCD; }
span { border-color: rgb(251,204,205); }
td.TdClassName
{
border-color: #FBCCCD;
}
.TagClassName
{
border-color: #FBCCCD;
}
</style>