Shades of We Peep #FCCFD5
Tints of We Peep #FCCFD5
RGB
CMYK
RGB Variations
Color information
#FCCFD5 (or 0xFCCFD5) is known color: We Peep. HEX triplet: FC, CF and D5. RGB value is (252,207,213). Sum of RGB (Red+Green+Blue) = 252+207+213=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFD5 is #03302A. Grayscale: #DDDDDD. Windows color (decimal): -208939 or 14012412. OLE color: 14012412.
HSL color Cylindrical-coordinate representation of color #FCCFD5: hue angle of 352º 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 #FCCFD5 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 207 | 213 | - |
CMYK | 0 | 0.18 | 0.15 | 0.01 |
HSL | 352º | 0.88% | 0.9% | - |
HSV(B) | 352º | 0.18% | 0.99% | - |
XYZ | 74.47 | 70.13 | 72.56 | - |
YUV | 221.14 | 123.41 | 150.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 207 | 213 | 0 | 0.18 | 0.15 | 0.01 | 352 | 0.88 | 0.9 |
Hex | FC | CF | D5 | 0 | 12 | F | 1 | 160 | 58 | 5A |
Octal | 374 | 317 | 325 | 0 | 22 | 17 | 1 | 540 | 130 | 132 |
Binary | 11111100 | 11001111 | 11010101 | 0 | 10010 | 1111 | 1 | 101100000 | 1011000 | 1011010 |
Color Harmonies of #FCCFD5
Complementary color
Monochromatic Colors of #FCCFD5
Black with #FCCFD5
Text Example
Text Example
White with #FCCFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFD5; }
p { color: rgb(252,207,213); }
H1.HeaderClassName
{
color: #FCCFD5;
}
.AnyTagClassName
{
color: #FCCFD5;
}
</style>
background-color css
<style>
a { background-color: #FCCFD5; }
a { background-color: rgb(252,207,213); }
div.DivClassName
{
background-color: #FCCFD5;
}
.BgClassName
{
background-color: #FCCFD5;
}
</style>
border-color css
<style>
span { border-color: #FCCFD5; }
span { border-color: rgb(252,207,213); }
td.TdClassName
{
border-color: #FCCFD5;
}
.TagClassName
{
border-color: #FCCFD5;
}
</style>