Shades of Pink #FFC8D2
Tints of Pink #FFC8D2
RGB
CMYK
RGB Variations
Color information
#FFC8D2 (or 0xFFC8D2) is known color: Pink. HEX triplet: FF, C8 and D2. RGB value is (255,200,210). Sum of RGB (Red+Green+Blue) = 255+200+210=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8D2 is #00372D. Grayscale: #D9D9D9. Windows color (decimal): -14126 or 13814015. OLE color: 13814015.
HSL color Cylindrical-coordinate representation of color #FFC8D2: hue angle of 349.09º 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 #FFC8D2 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 210 | - |
| CMYK | 0 | 0.22 | 0.18 | 0 |
| HSL | 349.09º | 1% | 0.89% | - |
| HSV(B) | 349.09º | 0.22% | 1% | - |
| XYZ | 73.53 | 67.22 | 70.07 | - |
| YUV | 217.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 210 | 0 | 0.22 | 0.18 | 0 | 349.09 | 1 | 0.89 |
| Hex | FF | C8 | D2 | 0 | 16 | 12 | 0 | 15D | 64 | 59 |
| Octal | 377 | 310 | 322 | 0 | 26 | 22 | 0 | 535 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11010010 | 0 | 10110 | 10010 | 0 | 101011101 | 1100100 | 1011001 |
Color Harmonies of #FFC8D2
Complementary color
Monochromatic Colors of #FFC8D2
Black with #FFC8D2
Text Example
Text Example
White with #FFC8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8D2; }
p { color: rgb(255,200,210); }
H1.HeaderClassName
{
color: #FFC8D2;
}
.AnyTagClassName
{
color: #FFC8D2;
}
</style>
background-color css
<style>
a { background-color: #FFC8D2; }
a { background-color: rgb(255,200,210); }
div.DivClassName
{
background-color: #FFC8D2;
}
.BgClassName
{
background-color: #FFC8D2;
}
</style>
border-color css
<style>
span { border-color: #FFC8D2; }
span { border-color: rgb(255,200,210); }
td.TdClassName
{
border-color: #FFC8D2;
}
.TagClassName
{
border-color: #FFC8D2;
}
</style>