Shades of Your Pink #F3C4BD
Tints of Your Pink #F3C4BD
RGB
CMYK
RGB Variations
Color information
#F3C4BD (or 0xF3C4BD) is known color: Your Pink. HEX triplet: F3, C4 and BD. RGB value is (243,196,189). Sum of RGB (Red+Green+Blue) = 243+196+189=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C4BD is #0C3B42. Grayscale: #D1D1D1. Windows color (decimal): -801603 or 12436723. OLE color: 12436723.
HSL color Cylindrical-coordinate representation of color #F3C4BD: hue angle of 7.78º 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 #F3C4BD is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 189 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.05 |
| HSL | 7.78º | 0.69% | 0.85% | - |
| HSV(B) | 7.78º | 0.22% | 0.95% | - |
| XYZ | 65.89 | 62.21 | 56.68 | - |
| YUV | 209.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 189 | 0 | 0.19 | 0.22 | 0.05 | 7.78 | 0.69 | 0.85 |
| Hex | F3 | C4 | BD | 0 | 13 | 16 | 5 | 8 | 45 | 55 |
| Octal | 363 | 304 | 275 | 0 | 23 | 26 | 5 | 10 | 105 | 125 |
| Binary | 11110011 | 11000100 | 10111101 | 0 | 10011 | 10110 | 101 | 1000 | 1000101 | 1010101 |
Color Harmonies of #F3C4BD
Complementary color
Monochromatic Colors of #F3C4BD
Black with #F3C4BD
Text Example
Text Example
White with #F3C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C4BD; }
p { color: rgb(243,196,189); }
H1.HeaderClassName
{
color: #F3C4BD;
}
.AnyTagClassName
{
color: #F3C4BD;
}
</style>
background-color css
<style>
a { background-color: #F3C4BD; }
a { background-color: rgb(243,196,189); }
div.DivClassName
{
background-color: #F3C4BD;
}
.BgClassName
{
background-color: #F3C4BD;
}
</style>
border-color css
<style>
span { border-color: #F3C4BD; }
span { border-color: rgb(243,196,189); }
td.TdClassName
{
border-color: #F3C4BD;
}
.TagClassName
{
border-color: #F3C4BD;
}
</style>