Shades of Carnation Pink #F69ACB
Tints of Carnation Pink #F69ACB
RGB
CMYK
RGB Variations
Color information
#F69ACB (or 0xF69ACB) is known color: Carnation Pink. HEX triplet: F6, 9A and CB. RGB value is (246,154,203). Sum of RGB (Red+Green+Blue) = 246+154+203=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ACB is #096534. Grayscale: #BABABA. Windows color (decimal): -615733 or 13343478. OLE color: 13343478.
HSL color Cylindrical-coordinate representation of color #F69ACB: hue angle of 328.04º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69ACB is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 203 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.04 |
| HSL | 328.04º | 0.84% | 0.78% | - |
| HSV(B) | 328.04º | 0.37% | 0.96% | - |
| XYZ | 60.34 | 47.02 | 62.39 | - |
| YUV | 187.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 203 | 0 | 0.37 | 0.17 | 0.04 | 328.04 | 0.84 | 0.78 |
| Hex | F6 | 9A | CB | 0 | 25 | 11 | 4 | 148 | 54 | 4E |
| Octal | 366 | 232 | 313 | 0 | 45 | 21 | 4 | 510 | 124 | 116 |
| Binary | 11110110 | 10011010 | 11001011 | 0 | 100101 | 10001 | 100 | 101001000 | 1010100 | 1001110 |
Color Harmonies of #F69ACB
Complementary color
Monochromatic Colors of #F69ACB
Black with #F69ACB
Text Example
Text Example
White with #F69ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69ACB; }
p { color: rgb(246,154,203); }
H1.HeaderClassName
{
color: #F69ACB;
}
.AnyTagClassName
{
color: #F69ACB;
}
</style>
background-color css
<style>
a { background-color: #F69ACB; }
a { background-color: rgb(246,154,203); }
div.DivClassName
{
background-color: #F69ACB;
}
.BgClassName
{
background-color: #F69ACB;
}
</style>
border-color css
<style>
span { border-color: #F69ACB; }
span { border-color: rgb(246,154,203); }
td.TdClassName
{
border-color: #F69ACB;
}
.TagClassName
{
border-color: #F69ACB;
}
</style>