Shades of Carnation Pink #F3A1CB
Tints of Carnation Pink #F3A1CB
RGB
CMYK
RGB Variations
Color information
#F3A1CB (or 0xF3A1CB) is known color: Carnation Pink. HEX triplet: F3, A1 and CB. RGB value is (243,161,203). Sum of RGB (Red+Green+Blue) = 243+161+203=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A1CB is #0C5E34. Grayscale: #BEBEBE. Windows color (decimal): -810549 or 13345267. OLE color: 13345267.
HSL color Cylindrical-coordinate representation of color #F3A1CB: hue angle of 329.27º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3A1CB is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 203 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.05 |
| HSL | 329.27º | 0.77% | 0.79% | - |
| HSV(B) | 329.27º | 0.34% | 0.95% | - |
| XYZ | 60.49 | 48.86 | 62.74 | - |
| YUV | 190.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 203 | 0 | 0.34 | 0.16 | 0.05 | 329.27 | 0.77 | 0.79 |
| Hex | F3 | A1 | CB | 0 | 22 | 10 | 5 | 149 | 4D | 4F |
| Octal | 363 | 241 | 313 | 0 | 42 | 20 | 5 | 511 | 115 | 117 |
| Binary | 11110011 | 10100001 | 11001011 | 0 | 100010 | 10000 | 101 | 101001001 | 1001101 | 1001111 |
Color Harmonies of #F3A1CB
Complementary color
Monochromatic Colors of #F3A1CB
Black with #F3A1CB
Text Example
Text Example
White with #F3A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A1CB; }
p { color: rgb(243,161,203); }
H1.HeaderClassName
{
color: #F3A1CB;
}
.AnyTagClassName
{
color: #F3A1CB;
}
</style>
background-color css
<style>
a { background-color: #F3A1CB; }
a { background-color: rgb(243,161,203); }
div.DivClassName
{
background-color: #F3A1CB;
}
.BgClassName
{
background-color: #F3A1CB;
}
</style>
border-color css
<style>
span { border-color: #F3A1CB; }
span { border-color: rgb(243,161,203); }
td.TdClassName
{
border-color: #F3A1CB;
}
.TagClassName
{
border-color: #F3A1CB;
}
</style>