Shades of Your Pink #FFC4BD
Tints of Your Pink #FFC4BD
RGB
CMYK
RGB Variations
Color information
#FFC4BD (or 0xFFC4BD) is known color: Your Pink. HEX triplet: FF, C4 and BD. RGB value is (255,196,189). Sum of RGB (Red+Green+Blue) = 255+196+189=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4BD is #003B42. Grayscale: #D4D4D4. Windows color (decimal): -15171 or 12436735. OLE color: 12436735.
HSL color Cylindrical-coordinate representation of color #FFC4BD: hue angle of 6.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFC4BD is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 189 | - |
| CMYK | 0 | 0.23 | 0.26 | 0 |
| HSL | 6.36º | 1% | 0.87% | - |
| HSV(B) | 6.36º | 0.26% | 1% | - |
| XYZ | 70.17 | 64.41 | 56.88 | - |
| YUV | 212.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 189 | 0 | 0.23 | 0.26 | 0 | 6.36 | 1 | 0.87 |
| Hex | FF | C4 | BD | 0 | 17 | 1A | 0 | 6 | 64 | 57 |
| Octal | 377 | 304 | 275 | 0 | 27 | 32 | 0 | 6 | 144 | 127 |
| Binary | 11111111 | 11000100 | 10111101 | 0 | 10111 | 11010 | 0 | 110 | 1100100 | 1010111 |
Color Harmonies of #FFC4BD
Complementary color
Monochromatic Colors of #FFC4BD
Black with #FFC4BD
Text Example
Text Example
White with #FFC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4BD; }
p { color: rgb(255,196,189); }
H1.HeaderClassName
{
color: #FFC4BD;
}
.AnyTagClassName
{
color: #FFC4BD;
}
</style>
background-color css
<style>
a { background-color: #FFC4BD; }
a { background-color: rgb(255,196,189); }
div.DivClassName
{
background-color: #FFC4BD;
}
.BgClassName
{
background-color: #FFC4BD;
}
</style>
border-color css
<style>
span { border-color: #FFC4BD; }
span { border-color: rgb(255,196,189); }
td.TdClassName
{
border-color: #FFC4BD;
}
.TagClassName
{
border-color: #FFC4BD;
}
</style>