Shades of Carnation Pink #F99CCB
Tints of Carnation Pink #F99CCB
RGB
CMYK
RGB Variations
Color information
#F99CCB (or 0xF99CCB) is known color: Carnation Pink. HEX triplet: F9, 9C and CB. RGB value is (249,156,203). Sum of RGB (Red+Green+Blue) = 249+156+203=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CCB is #066334. Grayscale: #BDBDBD. Windows color (decimal): -418613 or 13343993. OLE color: 13343993.
HSL color Cylindrical-coordinate representation of color #F99CCB: hue angle of 329.68º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CCB is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 203 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.02 |
| HSL | 329.68º | 0.89% | 0.79% | - |
| HSV(B) | 329.68º | 0.37% | 0.98% | - |
| XYZ | 61.73 | 48.23 | 62.56 | - |
| YUV | 189.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 203 | 0 | 0.37 | 0.18 | 0.02 | 329.68 | 0.89 | 0.79 |
| Hex | F9 | 9C | CB | 0 | 25 | 12 | 2 | 14A | 59 | 4F |
| Octal | 371 | 234 | 313 | 0 | 45 | 22 | 2 | 512 | 131 | 117 |
| Binary | 11111001 | 10011100 | 11001011 | 0 | 100101 | 10010 | 10 | 101001010 | 1011001 | 1001111 |
Color Harmonies of #F99CCB
Complementary color
Monochromatic Colors of #F99CCB
Black with #F99CCB
Text Example
Text Example
White with #F99CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CCB; }
p { color: rgb(249,156,203); }
H1.HeaderClassName
{
color: #F99CCB;
}
.AnyTagClassName
{
color: #F99CCB;
}
</style>
background-color css
<style>
a { background-color: #F99CCB; }
a { background-color: rgb(249,156,203); }
div.DivClassName
{
background-color: #F99CCB;
}
.BgClassName
{
background-color: #F99CCB;
}
</style>
border-color css
<style>
span { border-color: #F99CCB; }
span { border-color: rgb(249,156,203); }
td.TdClassName
{
border-color: #F99CCB;
}
.TagClassName
{
border-color: #F99CCB;
}
</style>