Shades of We Peep #FCD3D4
Tints of We Peep #FCD3D4
RGB
CMYK
RGB Variations
Color information
#FCD3D4 (or 0xFCD3D4) is known color: We Peep. HEX triplet: FC, D3 and D4. RGB value is (252,211,212). Sum of RGB (Red+Green+Blue) = 252+211+212=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3D4 is #032C2B. Grayscale: #DFDFDF. Windows color (decimal): -207916 or 13947900. OLE color: 13947900.
HSL color Cylindrical-coordinate representation of color #FCD3D4: hue angle of 358.54º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCD3D4 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 212 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.01 |
| HSL | 358.54º | 0.87% | 0.91% | - |
| HSV(B) | 358.54º | 0.16% | 0.99% | - |
| XYZ | 75.32 | 72.04 | 72.22 | - |
| YUV | 223.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 212 | 0 | 0.16 | 0.16 | 0.01 | 358.54 | 0.87 | 0.91 |
| Hex | FC | D3 | D4 | 0 | 10 | 10 | 1 | 167 | 57 | 5B |
| Octal | 374 | 323 | 324 | 0 | 20 | 20 | 1 | 547 | 127 | 133 |
| Binary | 11111100 | 11010011 | 11010100 | 0 | 10000 | 10000 | 1 | 101100111 | 1010111 | 1011011 |
Color Harmonies of #FCD3D4
Complementary color
Monochromatic Colors of #FCD3D4
Black with #FCD3D4
Text Example
Text Example
White with #FCD3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3D4; }
p { color: rgb(252,211,212); }
H1.HeaderClassName
{
color: #FCD3D4;
}
.AnyTagClassName
{
color: #FCD3D4;
}
</style>
background-color css
<style>
a { background-color: #FCD3D4; }
a { background-color: rgb(252,211,212); }
div.DivClassName
{
background-color: #FCD3D4;
}
.BgClassName
{
background-color: #FCD3D4;
}
</style>
border-color css
<style>
span { border-color: #FCD3D4; }
span { border-color: rgb(252,211,212); }
td.TdClassName
{
border-color: #FCD3D4;
}
.TagClassName
{
border-color: #FCD3D4;
}
</style>