Shades of We Peep #FDCCD0
Tints of We Peep #FDCCD0
RGB
CMYK
RGB Variations
Color information
#FDCCD0 (or 0xFDCCD0) is known color: We Peep. HEX triplet: FD, CC and D0. RGB value is (253,204,208). Sum of RGB (Red+Green+Blue) = 253+204+208=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCD0 is #02332F. Grayscale: #DBDBDB. Windows color (decimal): -144176 or 13683965. OLE color: 13683965.
HSL color Cylindrical-coordinate representation of color #FDCCD0: hue angle of 355.1º 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 #FDCCD0 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 204 | 208 | - |
CMYK | 0 | 0.19 | 0.18 | 0.01 |
HSL | 355.1º | 0.92% | 0.9% | - |
HSV(B) | 355.1º | 0.19% | 0.99% | - |
XYZ | 73.49 | 68.62 | 69.05 | - |
YUV | 219.11 | 121.73 | 152.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 204 | 208 | 0 | 0.19 | 0.18 | 0.01 | 355.1 | 0.92 | 0.9 |
Hex | FD | CC | D0 | 0 | 13 | 12 | 1 | 163 | 5C | 5A |
Octal | 375 | 314 | 320 | 0 | 23 | 22 | 1 | 543 | 134 | 132 |
Binary | 11111101 | 11001100 | 11010000 | 0 | 10011 | 10010 | 1 | 101100011 | 1011100 | 1011010 |
Color Harmonies of #FDCCD0
Complementary color
Monochromatic Colors of #FDCCD0
Black with #FDCCD0
Text Example
Text Example
White with #FDCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCD0; }
p { color: rgb(253,204,208); }
H1.HeaderClassName
{
color: #FDCCD0;
}
.AnyTagClassName
{
color: #FDCCD0;
}
</style>
background-color css
<style>
a { background-color: #FDCCD0; }
a { background-color: rgb(253,204,208); }
div.DivClassName
{
background-color: #FDCCD0;
}
.BgClassName
{
background-color: #FDCCD0;
}
</style>
border-color css
<style>
span { border-color: #FDCCD0; }
span { border-color: rgb(253,204,208); }
td.TdClassName
{
border-color: #FDCCD0;
}
.TagClassName
{
border-color: #FDCCD0;
}
</style>