Shades of Your Pink #FFCBBC
Tints of Your Pink #FFCBBC
RGB
CMYK
RGB Variations
Color information
#FFCBBC (or 0xFFCBBC) is known color: Your Pink. HEX triplet: FF, CB and BC. RGB value is (255,203,188). Sum of RGB (Red+Green+Blue) = 255+203+188=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBBC is #003443. Grayscale: #D8D8D8. Windows color (decimal): -13380 or 12372991. OLE color: 12372991.
HSL color Cylindrical-coordinate representation of color #FFCBBC: hue angle of 13.43º 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 #FFCBBC is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 188 | - |
| CMYK | 0 | 0.20 | 0.26 | 0 |
| HSL | 13.43º | 1% | 0.87% | - |
| HSV(B) | 13.43º | 0.26% | 1% | - |
| XYZ | 71.67 | 67.6 | 56.85 | - |
| YUV | 216.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 188 | 0 | 0.20 | 0.26 | 0 | 13.43 | 1 | 0.87 |
| Hex | FF | CB | BC | 0 | 14 | 1A | 0 | D | 64 | 57 |
| Octal | 377 | 313 | 274 | 0 | 24 | 32 | 0 | 15 | 144 | 127 |
| Binary | 11111111 | 11001011 | 10111100 | 0 | 10100 | 11010 | 0 | 1101 | 1100100 | 1010111 |
Color Harmonies of #FFCBBC
Complementary color
Monochromatic Colors of #FFCBBC
Black with #FFCBBC
Text Example
Text Example
White with #FFCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBBC; }
p { color: rgb(255,203,188); }
H1.HeaderClassName
{
color: #FFCBBC;
}
.AnyTagClassName
{
color: #FFCBBC;
}
</style>
background-color css
<style>
a { background-color: #FFCBBC; }
a { background-color: rgb(255,203,188); }
div.DivClassName
{
background-color: #FFCBBC;
}
.BgClassName
{
background-color: #FFCBBC;
}
</style>
border-color css
<style>
span { border-color: #FFCBBC; }
span { border-color: rgb(255,203,188); }
td.TdClassName
{
border-color: #FFCBBC;
}
.TagClassName
{
border-color: #FFCBBC;
}
</style>