Shades of Carnation Pink #F897C8
Tints of Carnation Pink #F897C8
RGB
CMYK
RGB Variations
Color information
#F897C8 (or 0xF897C8) is known color: Carnation Pink. HEX triplet: F8, 97 and C8. RGB value is (248,151,200). Sum of RGB (Red+Green+Blue) = 248+151+200=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F897C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897C8 is #076837. Grayscale: #B9B9B9. Windows color (decimal): -485432 or 13146104. OLE color: 13146104.
HSL color Cylindrical-coordinate representation of color #F897C8: hue angle of 329.69º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F897C8 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 200 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.03 |
| HSL | 329.69º | 0.87% | 0.78% | - |
| HSV(B) | 329.69º | 0.39% | 0.97% | - |
| XYZ | 60.2 | 46.26 | 60.4 | - |
| YUV | 185.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 200 | 0 | 0.39 | 0.19 | 0.03 | 329.69 | 0.87 | 0.78 |
| Hex | F8 | 97 | C8 | 0 | 27 | 13 | 3 | 14A | 57 | 4E |
| Octal | 370 | 227 | 310 | 0 | 47 | 23 | 3 | 512 | 127 | 116 |
| Binary | 11111000 | 10010111 | 11001000 | 0 | 100111 | 10011 | 11 | 101001010 | 1010111 | 1001110 |
Color Harmonies of #F897C8
Complementary color
Monochromatic Colors of #F897C8
Black with #F897C8
Text Example
Text Example
White with #F897C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F897C8; }
p { color: rgb(248,151,200); }
H1.HeaderClassName
{
color: #F897C8;
}
.AnyTagClassName
{
color: #F897C8;
}
</style>
background-color css
<style>
a { background-color: #F897C8; }
a { background-color: rgb(248,151,200); }
div.DivClassName
{
background-color: #F897C8;
}
.BgClassName
{
background-color: #F897C8;
}
</style>
border-color css
<style>
span { border-color: #F897C8; }
span { border-color: rgb(248,151,200); }
td.TdClassName
{
border-color: #F897C8;
}
.TagClassName
{
border-color: #F897C8;
}
</style>