Shades of Pink #FFC8CF
Tints of Pink #FFC8CF
RGB
CMYK
RGB Variations
Color information
#FFC8CF (or 0xFFC8CF) is known color: Pink. HEX triplet: FF, C8 and CF. RGB value is (255,200,207). Sum of RGB (Red+Green+Blue) = 255+200+207=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8CF is #003730. Grayscale: #D9D9D9. Windows color (decimal): -14129 or 13617407. OLE color: 13617407.
HSL color Cylindrical-coordinate representation of color #FFC8CF: hue angle of 352.36º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC8CF is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 207 | - |
| CMYK | 0 | 0.22 | 0.19 | 0 |
| HSL | 352.36º | 1% | 0.89% | - |
| HSV(B) | 352.36º | 0.22% | 1% | - |
| XYZ | 73.16 | 67.07 | 68.12 | - |
| YUV | 217.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 207 | 0 | 0.22 | 0.19 | 0 | 352.36 | 1 | 0.89 |
| Hex | FF | C8 | CF | 0 | 16 | 13 | 0 | 160 | 64 | 59 |
| Octal | 377 | 310 | 317 | 0 | 26 | 23 | 0 | 540 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11001111 | 0 | 10110 | 10011 | 0 | 101100000 | 1100100 | 1011001 |
Color Harmonies of #FFC8CF
Complementary color
Monochromatic Colors of #FFC8CF
Black with #FFC8CF
Text Example
Text Example
White with #FFC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8CF; }
p { color: rgb(255,200,207); }
H1.HeaderClassName
{
color: #FFC8CF;
}
.AnyTagClassName
{
color: #FFC8CF;
}
</style>
background-color css
<style>
a { background-color: #FFC8CF; }
a { background-color: rgb(255,200,207); }
div.DivClassName
{
background-color: #FFC8CF;
}
.BgClassName
{
background-color: #FFC8CF;
}
</style>
border-color css
<style>
span { border-color: #FFC8CF; }
span { border-color: rgb(255,200,207); }
td.TdClassName
{
border-color: #FFC8CF;
}
.TagClassName
{
border-color: #FFC8CF;
}
</style>