Shades of We Peep #FDCDD0
Tints of We Peep #FDCDD0
RGB
CMYK
RGB Variations
Color information
#FDCDD0 (or 0xFDCDD0) is known color: We Peep. HEX triplet: FD, CD and D0. RGB value is (253,205,208). Sum of RGB (Red+Green+Blue) = 253+205+208=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDD0 is #02322F. Grayscale: #DBDBDB. Windows color (decimal): -143920 or 13684221. OLE color: 13684221.
HSL color Cylindrical-coordinate representation of color #FDCDD0: hue angle of 356.25º 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 #FDCDD0 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 208 | - |
CMYK | 0 | 0.19 | 0.18 | 0.01 |
HSL | 356.25º | 0.92% | 0.9% | - |
HSV(B) | 356.25º | 0.19% | 0.99% | - |
XYZ | 73.72 | 69.1 | 69.13 | - |
YUV | 219.69 | 121.4 | 151.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 208 | 0 | 0.19 | 0.18 | 0.01 | 356.25 | 0.92 | 0.9 |
Hex | FD | CD | D0 | 0 | 13 | 12 | 1 | 164 | 5C | 5A |
Octal | 375 | 315 | 320 | 0 | 23 | 22 | 1 | 544 | 134 | 132 |
Binary | 11111101 | 11001101 | 11010000 | 0 | 10011 | 10010 | 1 | 101100100 | 1011100 | 1011010 |
Color Harmonies of #FDCDD0
Complementary color
Monochromatic Colors of #FDCDD0
Black with #FDCDD0
Text Example
Text Example
White with #FDCDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDD0; }
p { color: rgb(253,205,208); }
H1.HeaderClassName
{
color: #FDCDD0;
}
.AnyTagClassName
{
color: #FDCDD0;
}
</style>
background-color css
<style>
a { background-color: #FDCDD0; }
a { background-color: rgb(253,205,208); }
div.DivClassName
{
background-color: #FDCDD0;
}
.BgClassName
{
background-color: #FDCDD0;
}
</style>
border-color css
<style>
span { border-color: #FDCDD0; }
span { border-color: rgb(253,205,208); }
td.TdClassName
{
border-color: #FDCDD0;
}
.TagClassName
{
border-color: #FDCDD0;
}
</style>