Shades of Pink #FFCBCF
Tints of Pink #FFCBCF
RGB
CMYK
RGB Variations
Color information
#FFCBCF (or 0xFFCBCF) is known color: Pink. HEX triplet: FF, CB and CF. RGB value is (255,203,207). Sum of RGB (Red+Green+Blue) = 255+203+207=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBCF is #003430. Grayscale: #DBDBDB. Windows color (decimal): -13361 or 13618175. OLE color: 13618175.
HSL color Cylindrical-coordinate representation of color #FFCBCF: hue angle of 355.38º 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 #FFCBCF is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 207 | - |
| CMYK | 0 | 0.20 | 0.19 | 0 |
| HSL | 355.38º | 1% | 0.9% | - |
| HSV(B) | 355.38º | 0.2% | 1% | - |
| XYZ | 73.86 | 68.48 | 68.36 | - |
| YUV | 219 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 207 | 0 | 0.20 | 0.19 | 0 | 355.38 | 1 | 0.9 |
| Hex | FF | CB | CF | 0 | 14 | 13 | 0 | 163 | 64 | 5A |
| Octal | 377 | 313 | 317 | 0 | 24 | 23 | 0 | 543 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11001111 | 0 | 10100 | 10011 | 0 | 101100011 | 1100100 | 1011010 |
Color Harmonies of #FFCBCF
Complementary color
Monochromatic Colors of #FFCBCF
Black with #FFCBCF
Text Example
Text Example
White with #FFCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBCF; }
p { color: rgb(255,203,207); }
H1.HeaderClassName
{
color: #FFCBCF;
}
.AnyTagClassName
{
color: #FFCBCF;
}
</style>
background-color css
<style>
a { background-color: #FFCBCF; }
a { background-color: rgb(255,203,207); }
div.DivClassName
{
background-color: #FFCBCF;
}
.BgClassName
{
background-color: #FFCBCF;
}
</style>
border-color css
<style>
span { border-color: #FFCBCF; }
span { border-color: rgb(255,203,207); }
td.TdClassName
{
border-color: #FFCBCF;
}
.TagClassName
{
border-color: #FFCBCF;
}
</style>