Shades of Pink #FFC2D3
Tints of Pink #FFC2D3
RGB
CMYK
RGB Variations
Color information
#FFC2D3 (or 0xFFC2D3) is known color: Pink. HEX triplet: FF, C2 and D3. RGB value is (255,194,211). Sum of RGB (Red+Green+Blue) = 255+194+211=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2D3 is #003D2C. Grayscale: #D6D6D6. Windows color (decimal): -15661 or 13878015. OLE color: 13878015.
HSL color Cylindrical-coordinate representation of color #FFC2D3: hue angle of 343.28º 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 #FFC2D3 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 211 | - |
| CMYK | 0 | 0.24 | 0.17 | 0 |
| HSL | 343.28º | 1% | 0.88% | - |
| HSV(B) | 343.28º | 0.24% | 1% | - |
| XYZ | 72.29 | 64.55 | 70.28 | - |
| YUV | 214.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 211 | 0 | 0.24 | 0.17 | 0 | 343.28 | 1 | 0.88 |
| Hex | FF | C2 | D3 | 0 | 18 | 11 | 0 | 157 | 64 | 58 |
| Octal | 377 | 302 | 323 | 0 | 30 | 21 | 0 | 527 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11010011 | 0 | 11000 | 10001 | 0 | 101010111 | 1100100 | 1011000 |
Color Harmonies of #FFC2D3
Complementary color
Monochromatic Colors of #FFC2D3
Black with #FFC2D3
Text Example
Text Example
White with #FFC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2D3; }
p { color: rgb(255,194,211); }
H1.HeaderClassName
{
color: #FFC2D3;
}
.AnyTagClassName
{
color: #FFC2D3;
}
</style>
background-color css
<style>
a { background-color: #FFC2D3; }
a { background-color: rgb(255,194,211); }
div.DivClassName
{
background-color: #FFC2D3;
}
.BgClassName
{
background-color: #FFC2D3;
}
</style>
border-color css
<style>
span { border-color: #FFC2D3; }
span { border-color: rgb(255,194,211); }
td.TdClassName
{
border-color: #FFC2D3;
}
.TagClassName
{
border-color: #FFC2D3;
}
</style>