Shades of Carnation Pink #FFB0CA
Tints of Carnation Pink #FFB0CA
RGB
CMYK
RGB Variations
Color information
#FFB0CA (or 0xFFB0CA) is known color: Carnation Pink. HEX triplet: FF, B0 and CA. RGB value is (255,176,202). Sum of RGB (Red+Green+Blue) = 255+176+202=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0CA is #004F35. Grayscale: #CACACA. Windows color (decimal): -20278 or 13283583. OLE color: 13283583.
HSL color Cylindrical-coordinate representation of color #FFB0CA: hue angle of 340.25º 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 #FFB0CA is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 202 | - |
| CMYK | 0 | 0.31 | 0.21 | 0 |
| HSL | 340.25º | 1% | 0.85% | - |
| HSV(B) | 340.25º | 0.31% | 1% | - |
| XYZ | 67.43 | 56.57 | 63.24 | - |
| YUV | 202.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 202 | 0 | 0.31 | 0.21 | 0 | 340.25 | 1 | 0.85 |
| Hex | FF | B0 | CA | 0 | 1F | 15 | 0 | 154 | 64 | 55 |
| Octal | 377 | 260 | 312 | 0 | 37 | 25 | 0 | 524 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11001010 | 0 | 11111 | 10101 | 0 | 101010100 | 1100100 | 1010101 |
Color Harmonies of #FFB0CA
Complementary color
Monochromatic Colors of #FFB0CA
Black with #FFB0CA
Text Example
Text Example
White with #FFB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0CA; }
p { color: rgb(255,176,202); }
H1.HeaderClassName
{
color: #FFB0CA;
}
.AnyTagClassName
{
color: #FFB0CA;
}
</style>
background-color css
<style>
a { background-color: #FFB0CA; }
a { background-color: rgb(255,176,202); }
div.DivClassName
{
background-color: #FFB0CA;
}
.BgClassName
{
background-color: #FFB0CA;
}
</style>
border-color css
<style>
span { border-color: #FFB0CA; }
span { border-color: rgb(255,176,202); }
td.TdClassName
{
border-color: #FFB0CA;
}
.TagClassName
{
border-color: #FFB0CA;
}
</style>