Shades of Pink #FFCBD2
Tints of Pink #FFCBD2
RGB
CMYK
RGB Variations
Color information
#FFCBD2 (or 0xFFCBD2) is known color: Pink. HEX triplet: FF, CB and D2. RGB value is (255,203,210). Sum of RGB (Red+Green+Blue) = 255+203+210=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD2 is #00342D. Grayscale: #DBDBDB. Windows color (decimal): -13358 or 13814783. OLE color: 13814783.
HSL color Cylindrical-coordinate representation of color #FFCBD2: hue angle of 351.92º 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 #FFCBD2 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 210 | - |
| CMYK | 0 | 0.20 | 0.18 | 0 |
| HSL | 351.92º | 1% | 0.9% | - |
| HSV(B) | 351.92º | 0.2% | 1% | - |
| XYZ | 74.23 | 68.63 | 70.31 | - |
| YUV | 219.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 210 | 0 | 0.20 | 0.18 | 0 | 351.92 | 1 | 0.9 |
| Hex | FF | CB | D2 | 0 | 14 | 12 | 0 | 160 | 64 | 5A |
| Octal | 377 | 313 | 322 | 0 | 24 | 22 | 0 | 540 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11010010 | 0 | 10100 | 10010 | 0 | 101100000 | 1100100 | 1011010 |
Color Harmonies of #FFCBD2
Complementary color
Monochromatic Colors of #FFCBD2
Black with #FFCBD2
Text Example
Text Example
White with #FFCBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBD2; }
p { color: rgb(255,203,210); }
H1.HeaderClassName
{
color: #FFCBD2;
}
.AnyTagClassName
{
color: #FFCBD2;
}
</style>
background-color css
<style>
a { background-color: #FFCBD2; }
a { background-color: rgb(255,203,210); }
div.DivClassName
{
background-color: #FFCBD2;
}
.BgClassName
{
background-color: #FFCBD2;
}
</style>
border-color css
<style>
span { border-color: #FFCBD2; }
span { border-color: rgb(255,203,210); }
td.TdClassName
{
border-color: #FFCBD2;
}
.TagClassName
{
border-color: #FFCBD2;
}
</style>