Shades of We Peep #FBCCCE
Tints of We Peep #FBCCCE
RGB
CMYK
RGB Variations
Color information
#FBCCCE (or 0xFBCCCE) is known color: We Peep. HEX triplet: FB, CC and CE. RGB value is (251,204,206). Sum of RGB (Red+Green+Blue) = 251+204+206=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCCE is #043331. Grayscale: #DADADA. Windows color (decimal): -275250 or 13552891. OLE color: 13552891.
HSL color Cylindrical-coordinate representation of color #FBCCCE: hue angle of 357.45º 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 #FBCCCE is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 206 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.02 |
| HSL | 357.45º | 0.85% | 0.89% | - |
| HSV(B) | 357.45º | 0.19% | 0.98% | - |
| XYZ | 72.52 | 68.15 | 67.72 | - |
| YUV | 218.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 206 | 0 | 0.19 | 0.18 | 0.02 | 357.45 | 0.85 | 0.89 |
| Hex | FB | CC | CE | 0 | 13 | 12 | 2 | 165 | 55 | 59 |
| Octal | 373 | 314 | 316 | 0 | 23 | 22 | 2 | 545 | 125 | 131 |
| Binary | 11111011 | 11001100 | 11001110 | 0 | 10011 | 10010 | 10 | 101100101 | 1010101 | 1011001 |
Color Harmonies of #FBCCCE
Complementary color
Monochromatic Colors of #FBCCCE
Black with #FBCCCE
Text Example
Text Example
White with #FBCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCCE; }
p { color: rgb(251,204,206); }
H1.HeaderClassName
{
color: #FBCCCE;
}
.AnyTagClassName
{
color: #FBCCCE;
}
</style>
background-color css
<style>
a { background-color: #FBCCCE; }
a { background-color: rgb(251,204,206); }
div.DivClassName
{
background-color: #FBCCCE;
}
.BgClassName
{
background-color: #FBCCCE;
}
</style>
border-color css
<style>
span { border-color: #FBCCCE; }
span { border-color: rgb(251,204,206); }
td.TdClassName
{
border-color: #FBCCCE;
}
.TagClassName
{
border-color: #FBCCCE;
}
</style>