Shades of We Peep #FDCCCE
Tints of We Peep #FDCCCE
RGB
CMYK
RGB Variations
Color information
#FDCCCE (or 0xFDCCCE) is known color: We Peep. HEX triplet: FD, CC and CE. RGB value is (253,204,206). Sum of RGB (Red+Green+Blue) = 253+204+206=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCCE is #023331. Grayscale: #DADADA. Windows color (decimal): -144178 or 13552893. OLE color: 13552893.
HSL color Cylindrical-coordinate representation of color #FDCCCE: hue angle of 357.55º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCCCE is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 206 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.01 |
| HSL | 357.55º | 0.92% | 0.9% | - |
| HSV(B) | 357.55º | 0.19% | 0.99% | - |
| XYZ | 73.24 | 68.52 | 67.76 | - |
| YUV | 218.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 206 | 0 | 0.19 | 0.19 | 0.01 | 357.55 | 0.92 | 0.9 |
| Hex | FD | CC | CE | 0 | 13 | 13 | 1 | 166 | 5C | 5A |
| Octal | 375 | 314 | 316 | 0 | 23 | 23 | 1 | 546 | 134 | 132 |
| Binary | 11111101 | 11001100 | 11001110 | 0 | 10011 | 10011 | 1 | 101100110 | 1011100 | 1011010 |
Color Harmonies of #FDCCCE
Complementary color
Monochromatic Colors of #FDCCCE
Black with #FDCCCE
Text Example
Text Example
White with #FDCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCCE; }
p { color: rgb(253,204,206); }
H1.HeaderClassName
{
color: #FDCCCE;
}
.AnyTagClassName
{
color: #FDCCCE;
}
</style>
background-color css
<style>
a { background-color: #FDCCCE; }
a { background-color: rgb(253,204,206); }
div.DivClassName
{
background-color: #FDCCCE;
}
.BgClassName
{
background-color: #FDCCCE;
}
</style>
border-color css
<style>
span { border-color: #FDCCCE; }
span { border-color: rgb(253,204,206); }
td.TdClassName
{
border-color: #FDCCCE;
}
.TagClassName
{
border-color: #FDCCCE;
}
</style>