Shades of We Peep #FDCFD4
Tints of We Peep #FDCFD4
RGB
CMYK
RGB Variations
Color information
#FDCFD4 (or 0xFDCFD4) is known color: We Peep. HEX triplet: FD, CF and D4. RGB value is (253,207,212). Sum of RGB (Red+Green+Blue) = 253+207+212=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 212 (83.20% from 255 or 31.55% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFD4 is #02302B. Grayscale: #DDDDDD. Windows color (decimal): -143404 or 13946877. OLE color: 13946877.
HSL color Cylindrical-coordinate representation of color #FDCFD4: hue angle of 353.48º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFD4 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 212 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.01 |
| HSL | 353.48º | 0.92% | 0.9% | - |
| HSV(B) | 353.48º | 0.18% | 0.99% | - |
| XYZ | 74.7 | 70.26 | 71.91 | - |
| YUV | 221.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 212 | 0 | 0.18 | 0.16 | 0.01 | 353.48 | 0.92 | 0.9 |
| Hex | FD | CF | D4 | 0 | 12 | 10 | 1 | 161 | 5C | 5A |
| Octal | 375 | 317 | 324 | 0 | 22 | 20 | 1 | 541 | 134 | 132 |
| Binary | 11111101 | 11001111 | 11010100 | 0 | 10010 | 10000 | 1 | 101100001 | 1011100 | 1011010 |
Color Harmonies of #FDCFD4
Complementary color
Monochromatic Colors of #FDCFD4
Black with #FDCFD4
Text Example
Text Example
White with #FDCFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFD4; }
p { color: rgb(253,207,212); }
H1.HeaderClassName
{
color: #FDCFD4;
}
.AnyTagClassName
{
color: #FDCFD4;
}
</style>
background-color css
<style>
a { background-color: #FDCFD4; }
a { background-color: rgb(253,207,212); }
div.DivClassName
{
background-color: #FDCFD4;
}
.BgClassName
{
background-color: #FDCFD4;
}
</style>
border-color css
<style>
span { border-color: #FDCFD4; }
span { border-color: rgb(253,207,212); }
td.TdClassName
{
border-color: #FDCFD4;
}
.TagClassName
{
border-color: #FDCFD4;
}
</style>