Shades of Your Pink #FFCBBF
Tints of Your Pink #FFCBBF
RGB
CMYK
RGB Variations
Color information
#FFCBBF (or 0xFFCBBF) is known color: Your Pink. HEX triplet: FF, CB and BF. RGB value is (255,203,191). Sum of RGB (Red+Green+Blue) = 255+203+191=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBBF is #003440. Grayscale: #D9D9D9. Windows color (decimal): -13377 or 12569599. OLE color: 12569599.
HSL color Cylindrical-coordinate representation of color #FFCBBF: hue angle of 11.25º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFCBBF is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 191 | - |
| CMYK | 0 | 0.20 | 0.25 | 0 |
| HSL | 11.25º | 1% | 0.87% | - |
| HSV(B) | 11.25º | 0.25% | 1% | - |
| XYZ | 72 | 67.73 | 58.57 | - |
| YUV | 217.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 191 | 0 | 0.20 | 0.25 | 0 | 11.25 | 1 | 0.87 |
| Hex | FF | CB | BF | 0 | 14 | 19 | 0 | B | 64 | 57 |
| Octal | 377 | 313 | 277 | 0 | 24 | 31 | 0 | 13 | 144 | 127 |
| Binary | 11111111 | 11001011 | 10111111 | 0 | 10100 | 11001 | 0 | 1011 | 1100100 | 1010111 |
Color Harmonies of #FFCBBF
Complementary color
Monochromatic Colors of #FFCBBF
Black with #FFCBBF
Text Example
Text Example
White with #FFCBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBBF; }
p { color: rgb(255,203,191); }
H1.HeaderClassName
{
color: #FFCBBF;
}
.AnyTagClassName
{
color: #FFCBBF;
}
</style>
background-color css
<style>
a { background-color: #FFCBBF; }
a { background-color: rgb(255,203,191); }
div.DivClassName
{
background-color: #FFCBBF;
}
.BgClassName
{
background-color: #FFCBBF;
}
</style>
border-color css
<style>
span { border-color: #FFCBBF; }
span { border-color: rgb(255,203,191); }
td.TdClassName
{
border-color: #FFCBBF;
}
.TagClassName
{
border-color: #FFCBBF;
}
</style>