Shades of Carnation Pink #F69BCD
Tints of Carnation Pink #F69BCD
RGB
CMYK
RGB Variations
Color information
#F69BCD (or 0xF69BCD) is known color: Carnation Pink. HEX triplet: F6, 9B and CD. RGB value is (246,155,205). Sum of RGB (Red+Green+Blue) = 246+155+205=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BCD is #096432. Grayscale: #BBBBBB. Windows color (decimal): -615475 or 13474806. OLE color: 13474806.
HSL color Cylindrical-coordinate representation of color #F69BCD: hue angle of 327.03º 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 #F69BCD is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 205 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.04 |
| HSL | 327.03º | 0.83% | 0.79% | - |
| HSV(B) | 327.03º | 0.37% | 0.96% | - |
| XYZ | 60.75 | 47.44 | 63.71 | - |
| YUV | 187.91 | 137.65 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 205 | 0 | 0.37 | 0.17 | 0.04 | 327.03 | 0.83 | 0.79 |
| Hex | F6 | 9B | CD | 0 | 25 | 11 | 4 | 147 | 53 | 4F |
| Octal | 366 | 233 | 315 | 0 | 45 | 21 | 4 | 507 | 123 | 117 |
| Binary | 11110110 | 10011011 | 11001101 | 0 | 100101 | 10001 | 100 | 101000111 | 1010011 | 1001111 |
Color Harmonies of #F69BCD
Complementary color
Monochromatic Colors of #F69BCD
Black with #F69BCD
Text Example
Text Example
White with #F69BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69BCD; }
p { color: rgb(246,155,205); }
H1.HeaderClassName
{
color: #F69BCD;
}
.AnyTagClassName
{
color: #F69BCD;
}
</style>
background-color css
<style>
a { background-color: #F69BCD; }
a { background-color: rgb(246,155,205); }
div.DivClassName
{
background-color: #F69BCD;
}
.BgClassName
{
background-color: #F69BCD;
}
</style>
border-color css
<style>
span { border-color: #F69BCD; }
span { border-color: rgb(246,155,205); }
td.TdClassName
{
border-color: #F69BCD;
}
.TagClassName
{
border-color: #F69BCD;
}
</style>