Shades of We Peep #FECCD1
Tints of We Peep #FECCD1
RGB
CMYK
RGB Variations
Color information
#FECCD1 (or 0xFECCD1) is known color: We Peep. HEX triplet: FE, CC and D1. RGB value is (254,204,209). Sum of RGB (Red+Green+Blue) = 254+204+209=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCD1 is #01332E. Grayscale: #DBDBDB. Windows color (decimal): -78639 or 13749502. OLE color: 13749502.
HSL color Cylindrical-coordinate representation of color #FECCD1: hue angle of 354º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECCD1 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 209 | - |
CMYK | 0 | 0.20 | 0.18 | 0.00 |
HSL | 354º | 0.96% | 0.9% | - |
HSV(B) | 354º | 0.2% | 1% | - |
XYZ | 73.97 | 68.86 | 69.71 | - |
YUV | 219.52 | 122.07 | 152.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 209 | 0 | 0.20 | 0.18 | 0.00 | 354 | 0.96 | 0.9 |
Hex | FE | CC | D1 | 0 | 14 | 12 | 0 | 162 | 60 | 5A |
Octal | 376 | 314 | 321 | 0 | 24 | 22 | 0 | 542 | 140 | 132 |
Binary | 11111110 | 11001100 | 11010001 | 0 | 10100 | 10010 | 0 | 101100010 | 1100000 | 1011010 |
Color Harmonies of #FECCD1
Complementary color
Monochromatic Colors of #FECCD1
Black with #FECCD1
Text Example
Text Example
White with #FECCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCD1; }
p { color: rgb(254,204,209); }
H1.HeaderClassName
{
color: #FECCD1;
}
.AnyTagClassName
{
color: #FECCD1;
}
</style>
background-color css
<style>
a { background-color: #FECCD1; }
a { background-color: rgb(254,204,209); }
div.DivClassName
{
background-color: #FECCD1;
}
.BgClassName
{
background-color: #FECCD1;
}
</style>
border-color css
<style>
span { border-color: #FECCD1; }
span { border-color: rgb(254,204,209); }
td.TdClassName
{
border-color: #FECCD1;
}
.TagClassName
{
border-color: #FECCD1;
}
</style>