Shades of Pink #FFCBD0
Tints of Pink #FFCBD0
RGB
CMYK
RGB Variations
Color information
#FFCBD0 (or 0xFFCBD0) is known color: Pink. HEX triplet: FF, CB and D0. RGB value is (255,203,208). Sum of RGB (Red+Green+Blue) = 255+203+208=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD0 is #00342F. Grayscale: #DBDBDB. Windows color (decimal): -13360 or 13683711. OLE color: 13683711.
HSL color Cylindrical-coordinate representation of color #FFCBD0: hue angle of 354.23º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCBD0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 208 | - |
| CMYK | 0 | 0.20 | 0.18 | 0 |
| HSL | 354.23º | 1% | 0.9% | - |
| HSV(B) | 354.23º | 0.2% | 1% | - |
| XYZ | 73.98 | 68.53 | 69 | - |
| YUV | 219.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 208 | 0 | 0.20 | 0.18 | 0 | 354.23 | 1 | 0.9 |
| Hex | FF | CB | D0 | 0 | 14 | 12 | 0 | 162 | 64 | 5A |
| Octal | 377 | 313 | 320 | 0 | 24 | 22 | 0 | 542 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11010000 | 0 | 10100 | 10010 | 0 | 101100010 | 1100100 | 1011010 |
Color Harmonies of #FFCBD0
Complementary color
Monochromatic Colors of #FFCBD0
Black with #FFCBD0
Text Example
Text Example
White with #FFCBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBD0; }
p { color: rgb(255,203,208); }
H1.HeaderClassName
{
color: #FFCBD0;
}
.AnyTagClassName
{
color: #FFCBD0;
}
</style>
background-color css
<style>
a { background-color: #FFCBD0; }
a { background-color: rgb(255,203,208); }
div.DivClassName
{
background-color: #FFCBD0;
}
.BgClassName
{
background-color: #FFCBD0;
}
</style>
border-color css
<style>
span { border-color: #FFCBD0; }
span { border-color: rgb(255,203,208); }
td.TdClassName
{
border-color: #FFCBD0;
}
.TagClassName
{
border-color: #FFCBD0;
}
</style>