Shades of We Peep #FFCED4
Tints of We Peep #FFCED4
RGB
CMYK
RGB Variations
Color information
#FFCED4 (or 0xFFCED4) is known color: We Peep. HEX triplet: FF, CE and D4. RGB value is (255,206,212). Sum of RGB (Red+Green+Blue) = 255+206+212=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 212 (83.20% from 255 or 31.50% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCED4 is #00312B. Grayscale: #DDDDDD. Windows color (decimal): -12588 or 13946623. OLE color: 13946623.
HSL color Cylindrical-coordinate representation of color #FFCED4: hue angle of 352.65º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCED4 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 212 | - |
| CMYK | 0 | 0.19 | 0.17 | 0 |
| HSL | 352.65º | 1% | 0.9% | - |
| HSV(B) | 352.65º | 0.19% | 1% | - |
| XYZ | 75.19 | 70.16 | 71.87 | - |
| YUV | 221.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 212 | 0 | 0.19 | 0.17 | 0 | 352.65 | 1 | 0.9 |
| Hex | FF | CE | D4 | 0 | 13 | 11 | 0 | 161 | 64 | 5A |
| Octal | 377 | 316 | 324 | 0 | 23 | 21 | 0 | 541 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11010100 | 0 | 10011 | 10001 | 0 | 101100001 | 1100100 | 1011010 |
Color Harmonies of #FFCED4
Complementary color
Monochromatic Colors of #FFCED4
Black with #FFCED4
Text Example
Text Example
White with #FFCED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCED4; }
p { color: rgb(255,206,212); }
H1.HeaderClassName
{
color: #FFCED4;
}
.AnyTagClassName
{
color: #FFCED4;
}
</style>
background-color css
<style>
a { background-color: #FFCED4; }
a { background-color: rgb(255,206,212); }
div.DivClassName
{
background-color: #FFCED4;
}
.BgClassName
{
background-color: #FFCED4;
}
</style>
border-color css
<style>
span { border-color: #FFCED4; }
span { border-color: rgb(255,206,212); }
td.TdClassName
{
border-color: #FFCED4;
}
.TagClassName
{
border-color: #FFCED4;
}
</style>