Shades of Carnation Pink #F89BCB
Tints of Carnation Pink #F89BCB
RGB
CMYK
RGB Variations
Color information
#F89BCB (or 0xF89BCB) is known color: Carnation Pink. HEX triplet: F8, 9B and CB. RGB value is (248,155,203). Sum of RGB (Red+Green+Blue) = 248+155+203=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BCB is #076434. Grayscale: #BCBCBC. Windows color (decimal): -484405 or 13343736. OLE color: 13343736.
HSL color Cylindrical-coordinate representation of color #F89BCB: hue angle of 329.03º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89BCB is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 203 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.03 |
| HSL | 329.03º | 0.87% | 0.79% | - |
| HSV(B) | 329.03º | 0.38% | 0.97% | - |
| XYZ | 61.21 | 47.71 | 62.48 | - |
| YUV | 188.28 | 136.31 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 203 | 0 | 0.38 | 0.18 | 0.03 | 329.03 | 0.87 | 0.79 |
| Hex | F8 | 9B | CB | 0 | 26 | 12 | 3 | 149 | 57 | 4F |
| Octal | 370 | 233 | 313 | 0 | 46 | 22 | 3 | 511 | 127 | 117 |
| Binary | 11111000 | 10011011 | 11001011 | 0 | 100110 | 10010 | 11 | 101001001 | 1010111 | 1001111 |
Color Harmonies of #F89BCB
Complementary color
Monochromatic Colors of #F89BCB
Black with #F89BCB
Text Example
Text Example
White with #F89BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BCB; }
p { color: rgb(248,155,203); }
H1.HeaderClassName
{
color: #F89BCB;
}
.AnyTagClassName
{
color: #F89BCB;
}
</style>
background-color css
<style>
a { background-color: #F89BCB; }
a { background-color: rgb(248,155,203); }
div.DivClassName
{
background-color: #F89BCB;
}
.BgClassName
{
background-color: #F89BCB;
}
</style>
border-color css
<style>
span { border-color: #F89BCB; }
span { border-color: rgb(248,155,203); }
td.TdClassName
{
border-color: #F89BCB;
}
.TagClassName
{
border-color: #F89BCB;
}
</style>