Shades of Pink #FFC2D2
Tints of Pink #FFC2D2
RGB
CMYK
RGB Variations
Color information
#FFC2D2 (or 0xFFC2D2) is known color: Pink. HEX triplet: FF, C2 and D2. RGB value is (255,194,210). Sum of RGB (Red+Green+Blue) = 255+194+210=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2D2 is #003D2D. Grayscale: #D6D6D6. Windows color (decimal): -15662 or 13812479. OLE color: 13812479.
HSL color Cylindrical-coordinate representation of color #FFC2D2: hue angle of 344.26º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC2D2 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 210 | - |
| CMYK | 0 | 0.24 | 0.18 | 0 |
| HSL | 344.26º | 1% | 0.88% | - |
| HSV(B) | 344.26º | 0.24% | 1% | - |
| XYZ | 72.16 | 64.5 | 69.62 | - |
| YUV | 214.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 210 | 0 | 0.24 | 0.18 | 0 | 344.26 | 1 | 0.88 |
| Hex | FF | C2 | D2 | 0 | 18 | 12 | 0 | 158 | 64 | 58 |
| Octal | 377 | 302 | 322 | 0 | 30 | 22 | 0 | 530 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11010010 | 0 | 11000 | 10010 | 0 | 101011000 | 1100100 | 1011000 |
Color Harmonies of #FFC2D2
Complementary color
Monochromatic Colors of #FFC2D2
Black with #FFC2D2
Text Example
Text Example
White with #FFC2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2D2; }
p { color: rgb(255,194,210); }
H1.HeaderClassName
{
color: #FFC2D2;
}
.AnyTagClassName
{
color: #FFC2D2;
}
</style>
background-color css
<style>
a { background-color: #FFC2D2; }
a { background-color: rgb(255,194,210); }
div.DivClassName
{
background-color: #FFC2D2;
}
.BgClassName
{
background-color: #FFC2D2;
}
</style>
border-color css
<style>
span { border-color: #FFC2D2; }
span { border-color: rgb(255,194,210); }
td.TdClassName
{
border-color: #FFC2D2;
}
.TagClassName
{
border-color: #FFC2D2;
}
</style>