Shades of We Peep #FCCED3
Tints of We Peep #FCCED3
RGB
CMYK
RGB Variations
Color information
#FCCED3 (or 0xFCCED3) is known color: We Peep. HEX triplet: FC, CE and D3. RGB value is (252,206,211). Sum of RGB (Red+Green+Blue) = 252+206+211=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCED3 is #03312C. Grayscale: #DCDCDC. Windows color (decimal): -209197 or 13881084. OLE color: 13881084.
HSL color Cylindrical-coordinate representation of color #FCCED3: hue angle of 353.48º degrees, saturation: 0.88, 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 #FCCED3 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 211 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.01 |
| HSL | 353.48º | 0.88% | 0.9% | - |
| HSV(B) | 353.48º | 0.18% | 0.99% | - |
| XYZ | 73.97 | 69.54 | 71.15 | - |
| YUV | 220.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 211 | 0 | 0.18 | 0.16 | 0.01 | 353.48 | 0.88 | 0.9 |
| Hex | FC | CE | D3 | 0 | 12 | 10 | 1 | 161 | 58 | 5A |
| Octal | 374 | 316 | 323 | 0 | 22 | 20 | 1 | 541 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11010011 | 0 | 10010 | 10000 | 1 | 101100001 | 1011000 | 1011010 |
Color Harmonies of #FCCED3
Complementary color
Monochromatic Colors of #FCCED3
Black with #FCCED3
Text Example
Text Example
White with #FCCED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCED3; }
p { color: rgb(252,206,211); }
H1.HeaderClassName
{
color: #FCCED3;
}
.AnyTagClassName
{
color: #FCCED3;
}
</style>
background-color css
<style>
a { background-color: #FCCED3; }
a { background-color: rgb(252,206,211); }
div.DivClassName
{
background-color: #FCCED3;
}
.BgClassName
{
background-color: #FCCED3;
}
</style>
border-color css
<style>
span { border-color: #FCCED3; }
span { border-color: rgb(252,206,211); }
td.TdClassName
{
border-color: #FCCED3;
}
.TagClassName
{
border-color: #FCCED3;
}
</style>