Shades of We Peep #FFCFD6
Tints of We Peep #FFCFD6
RGB
CMYK
RGB Variations
Color information
#FFCFD6 (or 0xFFCFD6) is known color: We Peep. HEX triplet: FF, CF and D6. RGB value is (255,207,214). Sum of RGB (Red+Green+Blue) = 255+207+214=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 214 (83.98% from 255 or 31.66% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFD6 is #003029. Grayscale: #DEDEDE. Windows color (decimal): -12330 or 14077951. OLE color: 14077951.
HSL color Cylindrical-coordinate representation of color #FFCFD6: hue angle of 351.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFD6 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 214 | - |
| CMYK | 0 | 0.19 | 0.16 | 0 |
| HSL | 351.25º | 1% | 0.91% | - |
| HSV(B) | 351.25º | 0.19% | 1% | - |
| XYZ | 75.69 | 70.74 | 73.28 | - |
| YUV | 222.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 214 | 0 | 0.19 | 0.16 | 0 | 351.25 | 1 | 0.91 |
| Hex | FF | CF | D6 | 0 | 13 | 10 | 0 | 15F | 64 | 5B |
| Octal | 377 | 317 | 326 | 0 | 23 | 20 | 0 | 537 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11010110 | 0 | 10011 | 10000 | 0 | 101011111 | 1100100 | 1011011 |
Color Harmonies of #FFCFD6
Complementary color
Monochromatic Colors of #FFCFD6
Black with #FFCFD6
Text Example
Text Example
White with #FFCFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFD6; }
p { color: rgb(255,207,214); }
H1.HeaderClassName
{
color: #FFCFD6;
}
.AnyTagClassName
{
color: #FFCFD6;
}
</style>
background-color css
<style>
a { background-color: #FFCFD6; }
a { background-color: rgb(255,207,214); }
div.DivClassName
{
background-color: #FFCFD6;
}
.BgClassName
{
background-color: #FFCFD6;
}
</style>
border-color css
<style>
span { border-color: #FFCFD6; }
span { border-color: rgb(255,207,214); }
td.TdClassName
{
border-color: #FFCFD6;
}
.TagClassName
{
border-color: #FFCFD6;
}
</style>