Shades of Pink #F3C6CD
Tints of Pink #F3C6CD
RGB
CMYK
RGB Variations
Color information
#F3C6CD (or 0xF3C6CD) is known color: Pink. HEX triplet: F3, C6 and CD. RGB value is (243,198,205). Sum of RGB (Red+Green+Blue) = 243+198+205=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 198 (77.73% from 255 or 30.65% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C6CD is #0C3932. Grayscale: #D4D4D4. Windows color (decimal): -801075 or 13485811. OLE color: 13485811.
HSL color Cylindrical-coordinate representation of color #F3C6CD: hue angle of 350.67º degrees, saturation: 0.65, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3C6CD is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 205 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.05 |
| HSL | 350.67º | 0.65% | 0.86% | - |
| HSV(B) | 350.67º | 0.19% | 0.95% | - |
| XYZ | 68.18 | 63.85 | 66.49 | - |
| YUV | 212.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 205 | 0 | 0.19 | 0.16 | 0.05 | 350.67 | 0.65 | 0.86 |
| Hex | F3 | C6 | CD | 0 | 13 | 10 | 5 | 15F | 41 | 56 |
| Octal | 363 | 306 | 315 | 0 | 23 | 20 | 5 | 537 | 101 | 126 |
| Binary | 11110011 | 11000110 | 11001101 | 0 | 10011 | 10000 | 101 | 101011111 | 1000001 | 1010110 |
Color Harmonies of #F3C6CD
Complementary color
Monochromatic Colors of #F3C6CD
Black with #F3C6CD
Text Example
Text Example
White with #F3C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C6CD; }
p { color: rgb(243,198,205); }
H1.HeaderClassName
{
color: #F3C6CD;
}
.AnyTagClassName
{
color: #F3C6CD;
}
</style>
background-color css
<style>
a { background-color: #F3C6CD; }
a { background-color: rgb(243,198,205); }
div.DivClassName
{
background-color: #F3C6CD;
}
.BgClassName
{
background-color: #F3C6CD;
}
</style>
border-color css
<style>
span { border-color: #F3C6CD; }
span { border-color: rgb(243,198,205); }
td.TdClassName
{
border-color: #F3C6CD;
}
.TagClassName
{
border-color: #F3C6CD;
}
</style>