Shades of We Peep #FDCDCE
Tints of We Peep #FDCDCE
RGB
CMYK
RGB Variations
Color information
#FDCDCE (or 0xFDCDCE) is known color: We Peep. HEX triplet: FD, CD and CE. RGB value is (253,205,206). Sum of RGB (Red+Green+Blue) = 253+205+206=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDCE is #023231. Grayscale: #DBDBDB. Windows color (decimal): -143922 or 13553149. OLE color: 13553149.
HSL color Cylindrical-coordinate representation of color #FDCDCE: hue angle of 358.75º 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 #FDCDCE is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 206 | - |
CMYK | 0 | 0.19 | 0.19 | 0.01 |
HSL | 358.75º | 0.92% | 0.9% | - |
HSV(B) | 358.75º | 0.19% | 0.99% | - |
XYZ | 73.48 | 69 | 67.84 | - |
YUV | 219.47 | 120.4 | 151.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 206 | 0 | 0.19 | 0.19 | 0.01 | 358.75 | 0.92 | 0.9 |
Hex | FD | CD | CE | 0 | 13 | 13 | 1 | 167 | 5C | 5A |
Octal | 375 | 315 | 316 | 0 | 23 | 23 | 1 | 547 | 134 | 132 |
Binary | 11111101 | 11001101 | 11001110 | 0 | 10011 | 10011 | 1 | 101100111 | 1011100 | 1011010 |
Color Harmonies of #FDCDCE
Complementary color
Monochromatic Colors of #FDCDCE
Black with #FDCDCE
Text Example
Text Example
White with #FDCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDCE; }
p { color: rgb(253,205,206); }
H1.HeaderClassName
{
color: #FDCDCE;
}
.AnyTagClassName
{
color: #FDCDCE;
}
</style>
background-color css
<style>
a { background-color: #FDCDCE; }
a { background-color: rgb(253,205,206); }
div.DivClassName
{
background-color: #FDCDCE;
}
.BgClassName
{
background-color: #FDCDCE;
}
</style>
border-color css
<style>
span { border-color: #FDCDCE; }
span { border-color: rgb(253,205,206); }
td.TdClassName
{
border-color: #FDCDCE;
}
.TagClassName
{
border-color: #FDCDCE;
}
</style>