Shades of Pink #F5C4CC
Tints of Pink #F5C4CC
RGB
CMYK
RGB Variations
Color information
#F5C4CC (or 0xF5C4CC) is known color: Pink. HEX triplet: F5, C4 and CC. RGB value is (245,196,204). Sum of RGB (Red+Green+Blue) = 245+196+204=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C4CC is #0A3B33. Grayscale: #D3D3D3. Windows color (decimal): -670516 or 13419765. OLE color: 13419765.
HSL color Cylindrical-coordinate representation of color #F5C4CC: hue angle of 350.2º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5C4CC is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 204 | - |
| CMYK | 0 | 0.2 | 0.17 | 0.04 |
| HSL | 350.2º | 0.71% | 0.86% | - |
| HSV(B) | 350.2º | 0.2% | 0.96% | - |
| XYZ | 68.3 | 63.25 | 65.74 | - |
| YUV | 211.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 204 | 0 | 0.2 | 0.17 | 0.04 | 350.2 | 0.71 | 0.86 |
| Hex | F5 | C4 | CC | 0 | 14 | 11 | 4 | 15E | 47 | 56 |
| Octal | 365 | 304 | 314 | 0 | 24 | 21 | 4 | 536 | 107 | 126 |
| Binary | 11110101 | 11000100 | 11001100 | 0 | 10100 | 10001 | 100 | 101011110 | 1000111 | 1010110 |
Color Harmonies of #F5C4CC
Complementary color
Monochromatic Colors of #F5C4CC
Black with #F5C4CC
Text Example
Text Example
White with #F5C4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C4CC; }
p { color: rgb(245,196,204); }
H1.HeaderClassName
{
color: #F5C4CC;
}
.AnyTagClassName
{
color: #F5C4CC;
}
</style>
background-color css
<style>
a { background-color: #F5C4CC; }
a { background-color: rgb(245,196,204); }
div.DivClassName
{
background-color: #F5C4CC;
}
.BgClassName
{
background-color: #F5C4CC;
}
</style>
border-color css
<style>
span { border-color: #F5C4CC; }
span { border-color: rgb(245,196,204); }
td.TdClassName
{
border-color: #F5C4CC;
}
.TagClassName
{
border-color: #F5C4CC;
}
</style>