Shades of Your Pink #F3C5BE
Tints of Your Pink #F3C5BE
RGB
CMYK
RGB Variations
Color information
#F3C5BE (or 0xF3C5BE) is known color: Your Pink. HEX triplet: F3, C5 and BE. RGB value is (243,197,190). Sum of RGB (Red+Green+Blue) = 243+197+190=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5BE is #0C3A41. Grayscale: #D2D2D2. Windows color (decimal): -801346 or 12502515. OLE color: 12502515.
HSL color Cylindrical-coordinate representation of color #F3C5BE: hue angle of 7.92º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3C5BE is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 197 | 190 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.05 |
| HSL | 7.92º | 0.69% | 0.85% | - |
| HSV(B) | 7.92º | 0.22% | 0.95% | - |
| XYZ | 66.22 | 62.7 | 57.33 | - |
| YUV | 209.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 197 | 190 | 0 | 0.19 | 0.22 | 0.05 | 7.92 | 0.69 | 0.85 |
| Hex | F3 | C5 | BE | 0 | 13 | 16 | 5 | 8 | 45 | 55 |
| Octal | 363 | 305 | 276 | 0 | 23 | 26 | 5 | 10 | 105 | 125 |
| Binary | 11110011 | 11000101 | 10111110 | 0 | 10011 | 10110 | 101 | 1000 | 1000101 | 1010101 |
Color Harmonies of #F3C5BE
Complementary color
Monochromatic Colors of #F3C5BE
Black with #F3C5BE
Text Example
Text Example
White with #F3C5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C5BE; }
p { color: rgb(243,197,190); }
H1.HeaderClassName
{
color: #F3C5BE;
}
.AnyTagClassName
{
color: #F3C5BE;
}
</style>
background-color css
<style>
a { background-color: #F3C5BE; }
a { background-color: rgb(243,197,190); }
div.DivClassName
{
background-color: #F3C5BE;
}
.BgClassName
{
background-color: #F3C5BE;
}
</style>
border-color css
<style>
span { border-color: #F3C5BE; }
span { border-color: rgb(243,197,190); }
td.TdClassName
{
border-color: #F3C5BE;
}
.TagClassName
{
border-color: #F3C5BE;
}
</style>