Shades of Carnation Pink #F3A7C4
Tints of Carnation Pink #F3A7C4
RGB
CMYK
RGB Variations
Color information
#F3A7C4 (or 0xF3A7C4) is known color: Carnation Pink. HEX triplet: F3, A7 and C4. RGB value is (243,167,196). Sum of RGB (Red+Green+Blue) = 243+167+196=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 167 (65.62% from 255 or 27.56% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A7C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A7C4 is #0C583B. Grayscale: #C0C0C0. Windows color (decimal): -809020 or 12888051. OLE color: 12888051.
HSL color Cylindrical-coordinate representation of color #F3A7C4: hue angle of 337.11º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3A7C4 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 167 | 196 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.05 |
| HSL | 337.11º | 0.76% | 0.8% | - |
| HSV(B) | 337.11º | 0.31% | 0.95% | - |
| XYZ | 60.74 | 50.68 | 58.8 | - |
| YUV | 193.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 167 | 196 | 0 | 0.31 | 0.19 | 0.05 | 337.11 | 0.76 | 0.8 |
| Hex | F3 | A7 | C4 | 0 | 1F | 13 | 5 | 151 | 4C | 50 |
| Octal | 363 | 247 | 304 | 0 | 37 | 23 | 5 | 521 | 114 | 120 |
| Binary | 11110011 | 10100111 | 11000100 | 0 | 11111 | 10011 | 101 | 101010001 | 1001100 | 1010000 |
Color Harmonies of #F3A7C4
Complementary color
Monochromatic Colors of #F3A7C4
Black with #F3A7C4
Text Example
Text Example
White with #F3A7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A7C4; }
p { color: rgb(243,167,196); }
H1.HeaderClassName
{
color: #F3A7C4;
}
.AnyTagClassName
{
color: #F3A7C4;
}
</style>
background-color css
<style>
a { background-color: #F3A7C4; }
a { background-color: rgb(243,167,196); }
div.DivClassName
{
background-color: #F3A7C4;
}
.BgClassName
{
background-color: #F3A7C4;
}
</style>
border-color css
<style>
span { border-color: #F3A7C4; }
span { border-color: rgb(243,167,196); }
td.TdClassName
{
border-color: #F3A7C4;
}
.TagClassName
{
border-color: #F3A7C4;
}
</style>