Shades of We Peep #FDCDD2
Tints of We Peep #FDCDD2
RGB
CMYK
RGB Variations
Color information
#FDCDD2 (or 0xFDCDD2) is known color: We Peep. HEX triplet: FD, CD and D2. RGB value is (253,205,210). Sum of RGB (Red+Green+Blue) = 253+205+210=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDD2 is #02322D. Grayscale: #DBDBDB. Windows color (decimal): -143918 or 13815293. OLE color: 13815293.
HSL color Cylindrical-coordinate representation of color #FDCDD2: hue angle of 353.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 #FDCDD2 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 210 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.01 |
| HSL | 353.75º | 0.92% | 0.9% | - |
| HSV(B) | 353.75º | 0.19% | 0.99% | - |
| XYZ | 73.97 | 69.2 | 70.43 | - |
| YUV | 219.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 210 | 0 | 0.19 | 0.17 | 0.01 | 353.75 | 0.92 | 0.9 |
| Hex | FD | CD | D2 | 0 | 13 | 11 | 1 | 162 | 5C | 5A |
| Octal | 375 | 315 | 322 | 0 | 23 | 21 | 1 | 542 | 134 | 132 |
| Binary | 11111101 | 11001101 | 11010010 | 0 | 10011 | 10001 | 1 | 101100010 | 1011100 | 1011010 |
Color Harmonies of #FDCDD2
Complementary color
Monochromatic Colors of #FDCDD2
Black with #FDCDD2
Text Example
Text Example
White with #FDCDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDD2; }
p { color: rgb(253,205,210); }
H1.HeaderClassName
{
color: #FDCDD2;
}
.AnyTagClassName
{
color: #FDCDD2;
}
</style>
background-color css
<style>
a { background-color: #FDCDD2; }
a { background-color: rgb(253,205,210); }
div.DivClassName
{
background-color: #FDCDD2;
}
.BgClassName
{
background-color: #FDCDD2;
}
</style>
border-color css
<style>
span { border-color: #FDCDD2; }
span { border-color: rgb(253,205,210); }
td.TdClassName
{
border-color: #FDCDD2;
}
.TagClassName
{
border-color: #FDCDD2;
}
</style>