Shades of We Peep #FBCDD2
Tints of We Peep #FBCDD2
RGB
CMYK
RGB Variations
Color information
#FBCDD2 (or 0xFBCDD2) is known color: We Peep. HEX triplet: FB, CD and D2. RGB value is (251,205,210). Sum of RGB (Red+Green+Blue) = 251+205+210=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDD2 is #04322D. Grayscale: #DBDBDB. Windows color (decimal): -274990 or 13815291. OLE color: 13815291.
HSL color Cylindrical-coordinate representation of color #FBCDD2: hue angle of 353.48º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCDD2 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 205 | 210 | - |
CMYK | 0 | 0.18 | 0.16 | 0.02 |
HSL | 353.48º | 0.85% | 0.89% | - |
HSV(B) | 353.48º | 0.18% | 0.98% | - |
XYZ | 73.25 | 68.83 | 70.4 | - |
YUV | 219.32 | 122.74 | 150.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 205 | 210 | 0 | 0.18 | 0.16 | 0.02 | 353.48 | 0.85 | 0.89 |
Hex | FB | CD | D2 | 0 | 12 | 10 | 2 | 161 | 55 | 59 |
Octal | 373 | 315 | 322 | 0 | 22 | 20 | 2 | 541 | 125 | 131 |
Binary | 11111011 | 11001101 | 11010010 | 0 | 10010 | 10000 | 10 | 101100001 | 1010101 | 1011001 |
Color Harmonies of #FBCDD2
Complementary color
Monochromatic Colors of #FBCDD2
Black with #FBCDD2
Text Example
Text Example
White with #FBCDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDD2; }
p { color: rgb(251,205,210); }
H1.HeaderClassName
{
color: #FBCDD2;
}
.AnyTagClassName
{
color: #FBCDD2;
}
</style>
background-color css
<style>
a { background-color: #FBCDD2; }
a { background-color: rgb(251,205,210); }
div.DivClassName
{
background-color: #FBCDD2;
}
.BgClassName
{
background-color: #FBCDD2;
}
</style>
border-color css
<style>
span { border-color: #FBCDD2; }
span { border-color: rgb(251,205,210); }
td.TdClassName
{
border-color: #FBCDD2;
}
.TagClassName
{
border-color: #FBCDD2;
}
</style>