Shades of We Peep #FFCFD4
Tints of We Peep #FFCFD4
RGB
CMYK
RGB Variations
Color information
#FFCFD4 (or 0xFFCFD4) is known color: We Peep. HEX triplet: FF, CF and D4. RGB value is (255,207,212). Sum of RGB (Red+Green+Blue) = 255+207+212=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFD4 is #00302B. Grayscale: #DDDDDD. Windows color (decimal): -12332 or 13946879. OLE color: 13946879.
HSL color Cylindrical-coordinate representation of color #FFCFD4: hue angle of 353.75º 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 #FFCFD4 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 212 | - |
| CMYK | 0 | 0.19 | 0.17 | 0 |
| HSL | 353.75º | 1% | 0.91% | - |
| HSV(B) | 353.75º | 0.19% | 1% | - |
| XYZ | 75.44 | 70.64 | 71.95 | - |
| YUV | 221.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 212 | 0 | 0.19 | 0.17 | 0 | 353.75 | 1 | 0.91 |
| Hex | FF | CF | D4 | 0 | 13 | 11 | 0 | 162 | 64 | 5B |
| Octal | 377 | 317 | 324 | 0 | 23 | 21 | 0 | 542 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11010100 | 0 | 10011 | 10001 | 0 | 101100010 | 1100100 | 1011011 |
Color Harmonies of #FFCFD4
Complementary color
Monochromatic Colors of #FFCFD4
Black with #FFCFD4
Text Example
Text Example
White with #FFCFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFD4; }
p { color: rgb(255,207,212); }
H1.HeaderClassName
{
color: #FFCFD4;
}
.AnyTagClassName
{
color: #FFCFD4;
}
</style>
background-color css
<style>
a { background-color: #FFCFD4; }
a { background-color: rgb(255,207,212); }
div.DivClassName
{
background-color: #FFCFD4;
}
.BgClassName
{
background-color: #FFCFD4;
}
</style>
border-color css
<style>
span { border-color: #FFCFD4; }
span { border-color: rgb(255,207,212); }
td.TdClassName
{
border-color: #FFCFD4;
}
.TagClassName
{
border-color: #FFCFD4;
}
</style>