Shades of Your Pink #FFCCC4
Tints of Your Pink #FFCCC4
RGB
CMYK
RGB Variations
Color information
#FFCCC4 (or 0xFFCCC4) is known color: Your Pink. HEX triplet: FF, CC and C4. RGB value is (255,204,196). Sum of RGB (Red+Green+Blue) = 255+204+196=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCC4 is #00333B. Grayscale: #DADADA. Windows color (decimal): -13116 or 12897535. OLE color: 12897535.
HSL color Cylindrical-coordinate representation of color #FFCCC4: hue angle of 8.14º 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 #FFCCC4 is Cyan = 0, Magento = 0.2, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 196 | - |
| CMYK | 0 | 0.2 | 0.23 | 0 |
| HSL | 8.14º | 1% | 0.88% | - |
| HSV(B) | 8.14º | 0.23% | 1% | - |
| XYZ | 72.8 | 68.43 | 61.6 | - |
| YUV | 218.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 196 | 0 | 0.2 | 0.23 | 0 | 8.14 | 1 | 0.88 |
| Hex | FF | CC | C4 | 0 | 14 | 17 | 0 | 8 | 64 | 58 |
| Octal | 377 | 314 | 304 | 0 | 24 | 27 | 0 | 10 | 144 | 130 |
| Binary | 11111111 | 11001100 | 11000100 | 0 | 10100 | 10111 | 0 | 1000 | 1100100 | 1011000 |
Color Harmonies of #FFCCC4
Complementary color
Monochromatic Colors of #FFCCC4
Black with #FFCCC4
Text Example
Text Example
White with #FFCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCC4; }
p { color: rgb(255,204,196); }
H1.HeaderClassName
{
color: #FFCCC4;
}
.AnyTagClassName
{
color: #FFCCC4;
}
</style>
background-color css
<style>
a { background-color: #FFCCC4; }
a { background-color: rgb(255,204,196); }
div.DivClassName
{
background-color: #FFCCC4;
}
.BgClassName
{
background-color: #FFCCC4;
}
</style>
border-color css
<style>
span { border-color: #FFCCC4; }
span { border-color: rgb(255,204,196); }
td.TdClassName
{
border-color: #FFCCC4;
}
.TagClassName
{
border-color: #FFCCC4;
}
</style>