Shades of Carnation Pink #F69CCB
Tints of Carnation Pink #F69CCB
RGB
CMYK
RGB Variations
Color information
#F69CCB (or 0xF69CCB) is known color: Carnation Pink. HEX triplet: F6, 9C and CB. RGB value is (246,156,203). Sum of RGB (Red+Green+Blue) = 246+156+203=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CCB is #096334. Grayscale: #BCBCBC. Windows color (decimal): -615221 or 13343990. OLE color: 13343990.
HSL color Cylindrical-coordinate representation of color #F69CCB: hue angle of 328.67º 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 #F69CCB is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 203 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.04 |
| HSL | 328.67º | 0.83% | 0.79% | - |
| HSV(B) | 328.67º | 0.37% | 0.96% | - |
| XYZ | 60.67 | 47.68 | 62.51 | - |
| YUV | 188.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 203 | 0 | 0.37 | 0.17 | 0.04 | 328.67 | 0.83 | 0.79 |
| Hex | F6 | 9C | CB | 0 | 25 | 11 | 4 | 149 | 53 | 4F |
| Octal | 366 | 234 | 313 | 0 | 45 | 21 | 4 | 511 | 123 | 117 |
| Binary | 11110110 | 10011100 | 11001011 | 0 | 100101 | 10001 | 100 | 101001001 | 1010011 | 1001111 |
Color Harmonies of #F69CCB
Complementary color
Monochromatic Colors of #F69CCB
Black with #F69CCB
Text Example
Text Example
White with #F69CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69CCB; }
p { color: rgb(246,156,203); }
H1.HeaderClassName
{
color: #F69CCB;
}
.AnyTagClassName
{
color: #F69CCB;
}
</style>
background-color css
<style>
a { background-color: #F69CCB; }
a { background-color: rgb(246,156,203); }
div.DivClassName
{
background-color: #F69CCB;
}
.BgClassName
{
background-color: #F69CCB;
}
</style>
border-color css
<style>
span { border-color: #F69CCB; }
span { border-color: rgb(246,156,203); }
td.TdClassName
{
border-color: #F69CCB;
}
.TagClassName
{
border-color: #F69CCB;
}
</style>