Shades of Carnation Pink #F69BCB
Tints of Carnation Pink #F69BCB
RGB
CMYK
RGB Variations
Color information
#F69BCB (or 0xF69BCB) is known color: Carnation Pink. HEX triplet: F6, 9B and CB. RGB value is (246,155,203). Sum of RGB (Red+Green+Blue) = 246+155+203=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BCB is #096434. Grayscale: #BBBBBB. Windows color (decimal): -615477 or 13343734. OLE color: 13343734.
HSL color Cylindrical-coordinate representation of color #F69BCB: hue angle of 328.35º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69BCB is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 203 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.04 |
| HSL | 328.35º | 0.83% | 0.79% | - |
| HSV(B) | 328.35º | 0.37% | 0.96% | - |
| XYZ | 60.51 | 47.35 | 62.45 | - |
| YUV | 187.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 203 | 0 | 0.37 | 0.17 | 0.04 | 328.35 | 0.83 | 0.79 |
| Hex | F6 | 9B | CB | 0 | 25 | 11 | 4 | 148 | 53 | 4F |
| Octal | 366 | 233 | 313 | 0 | 45 | 21 | 4 | 510 | 123 | 117 |
| Binary | 11110110 | 10011011 | 11001011 | 0 | 100101 | 10001 | 100 | 101001000 | 1010011 | 1001111 |
Color Harmonies of #F69BCB
Complementary color
Monochromatic Colors of #F69BCB
Black with #F69BCB
Text Example
Text Example
White with #F69BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69BCB; }
p { color: rgb(246,155,203); }
H1.HeaderClassName
{
color: #F69BCB;
}
.AnyTagClassName
{
color: #F69BCB;
}
</style>
background-color css
<style>
a { background-color: #F69BCB; }
a { background-color: rgb(246,155,203); }
div.DivClassName
{
background-color: #F69BCB;
}
.BgClassName
{
background-color: #F69BCB;
}
</style>
border-color css
<style>
span { border-color: #F69BCB; }
span { border-color: rgb(246,155,203); }
td.TdClassName
{
border-color: #F69BCB;
}
.TagClassName
{
border-color: #F69BCB;
}
</style>