Shades of We Peep #FBCCD1
Tints of We Peep #FBCCD1
RGB
CMYK
RGB Variations
Color information
#FBCCD1 (or 0xFBCCD1) is known color: We Peep. HEX triplet: FB, CC and D1. RGB value is (251,204,209). Sum of RGB (Red+Green+Blue) = 251+204+209=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCD1 is #04332E. Grayscale: #DADADA. Windows color (decimal): -275247 or 13749499. OLE color: 13749499.
HSL color Cylindrical-coordinate representation of color #FBCCD1: hue angle of 353.62º 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 #FBCCD1 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 209 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.02 |
| HSL | 353.62º | 0.85% | 0.89% | - |
| HSV(B) | 353.62º | 0.19% | 0.98% | - |
| XYZ | 72.89 | 68.3 | 69.66 | - |
| YUV | 218.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 209 | 0 | 0.19 | 0.17 | 0.02 | 353.62 | 0.85 | 0.89 |
| Hex | FB | CC | D1 | 0 | 13 | 11 | 2 | 162 | 55 | 59 |
| Octal | 373 | 314 | 321 | 0 | 23 | 21 | 2 | 542 | 125 | 131 |
| Binary | 11111011 | 11001100 | 11010001 | 0 | 10011 | 10001 | 10 | 101100010 | 1010101 | 1011001 |
Color Harmonies of #FBCCD1
Complementary color
Monochromatic Colors of #FBCCD1
Black with #FBCCD1
Text Example
Text Example
White with #FBCCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCD1; }
p { color: rgb(251,204,209); }
H1.HeaderClassName
{
color: #FBCCD1;
}
.AnyTagClassName
{
color: #FBCCD1;
}
</style>
background-color css
<style>
a { background-color: #FBCCD1; }
a { background-color: rgb(251,204,209); }
div.DivClassName
{
background-color: #FBCCD1;
}
.BgClassName
{
background-color: #FBCCD1;
}
</style>
border-color css
<style>
span { border-color: #FBCCD1; }
span { border-color: rgb(251,204,209); }
td.TdClassName
{
border-color: #FBCCD1;
}
.TagClassName
{
border-color: #FBCCD1;
}
</style>