Shades of Carnation Pink #FFB1CB
Tints of Carnation Pink #FFB1CB
RGB
CMYK
RGB Variations
Color information
#FFB1CB (or 0xFFB1CB) is known color: Carnation Pink. HEX triplet: FF, B1 and CB. RGB value is (255,177,203). Sum of RGB (Red+Green+Blue) = 255+177+203=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1CB is #004E34. Grayscale: #CBCBCB. Windows color (decimal): -20021 or 13349375. OLE color: 13349375.
HSL color Cylindrical-coordinate representation of color #FFB1CB: hue angle of 340º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB1CB is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 203 | - |
| CMYK | 0 | 0.31 | 0.20 | 0 |
| HSL | 340º | 1% | 0.85% | - |
| HSV(B) | 340º | 0.31% | 1% | - |
| XYZ | 67.74 | 57.02 | 63.93 | - |
| YUV | 203.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 203 | 0 | 0.31 | 0.20 | 0 | 340 | 1 | 0.85 |
| Hex | FF | B1 | CB | 0 | 1F | 14 | 0 | 154 | 64 | 55 |
| Octal | 377 | 261 | 313 | 0 | 37 | 24 | 0 | 524 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11001011 | 0 | 11111 | 10100 | 0 | 101010100 | 1100100 | 1010101 |
Color Harmonies of #FFB1CB
Complementary color
Monochromatic Colors of #FFB1CB
Black with #FFB1CB
Text Example
Text Example
White with #FFB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1CB; }
p { color: rgb(255,177,203); }
H1.HeaderClassName
{
color: #FFB1CB;
}
.AnyTagClassName
{
color: #FFB1CB;
}
</style>
background-color css
<style>
a { background-color: #FFB1CB; }
a { background-color: rgb(255,177,203); }
div.DivClassName
{
background-color: #FFB1CB;
}
.BgClassName
{
background-color: #FFB1CB;
}
</style>
border-color css
<style>
span { border-color: #FFB1CB; }
span { border-color: rgb(255,177,203); }
td.TdClassName
{
border-color: #FFB1CB;
}
.TagClassName
{
border-color: #FFB1CB;
}
</style>