Shades of Pink #FFC4D3
Tints of Pink #FFC4D3
RGB
CMYK
RGB Variations
Color information
#FFC4D3 (or 0xFFC4D3) is known color: Pink. HEX triplet: FF, C4 and D3. RGB value is (255,196,211). Sum of RGB (Red+Green+Blue) = 255+196+211=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 196 (76.95% from 255 or 29.61% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4D3 is #003B2C. Grayscale: #D7D7D7. Windows color (decimal): -15149 or 13878527. OLE color: 13878527.
HSL color Cylindrical-coordinate representation of color #FFC4D3: hue angle of 344.75º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC4D3 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 211 | - |
| CMYK | 0 | 0.23 | 0.17 | 0 |
| HSL | 344.75º | 1% | 0.88% | - |
| HSV(B) | 344.75º | 0.23% | 1% | - |
| XYZ | 72.74 | 65.44 | 70.43 | - |
| YUV | 215.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 211 | 0 | 0.23 | 0.17 | 0 | 344.75 | 1 | 0.88 |
| Hex | FF | C4 | D3 | 0 | 17 | 11 | 0 | 159 | 64 | 58 |
| Octal | 377 | 304 | 323 | 0 | 27 | 21 | 0 | 531 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11010011 | 0 | 10111 | 10001 | 0 | 101011001 | 1100100 | 1011000 |
Color Harmonies of #FFC4D3
Complementary color
Monochromatic Colors of #FFC4D3
Black with #FFC4D3
Text Example
Text Example
White with #FFC4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4D3; }
p { color: rgb(255,196,211); }
H1.HeaderClassName
{
color: #FFC4D3;
}
.AnyTagClassName
{
color: #FFC4D3;
}
</style>
background-color css
<style>
a { background-color: #FFC4D3; }
a { background-color: rgb(255,196,211); }
div.DivClassName
{
background-color: #FFC4D3;
}
.BgClassName
{
background-color: #FFC4D3;
}
</style>
border-color css
<style>
span { border-color: #FFC4D3; }
span { border-color: rgb(255,196,211); }
td.TdClassName
{
border-color: #FFC4D3;
}
.TagClassName
{
border-color: #FFC4D3;
}
</style>