Shades of Your Pink #F3C3BD
Tints of Your Pink #F3C3BD
RGB
CMYK
RGB Variations
Color information
#F3C3BD (or 0xF3C3BD) is known color: Your Pink. HEX triplet: F3, C3 and BD. RGB value is (243,195,189). Sum of RGB (Red+Green+Blue) = 243+195+189=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3BD is #0C3C42. Grayscale: #D0D0D0. Windows color (decimal): -801859 or 12436467. OLE color: 12436467.
HSL color Cylindrical-coordinate representation of color #F3C3BD: hue angle of 6.67º 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 #F3C3BD is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 189 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.05 |
| HSL | 6.67º | 0.69% | 0.85% | - |
| HSV(B) | 6.67º | 0.22% | 0.95% | - |
| XYZ | 65.66 | 61.76 | 56.6 | - |
| YUV | 208.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 189 | 0 | 0.20 | 0.22 | 0.05 | 6.67 | 0.69 | 0.85 |
| Hex | F3 | C3 | BD | 0 | 14 | 16 | 5 | 7 | 45 | 55 |
| Octal | 363 | 303 | 275 | 0 | 24 | 26 | 5 | 7 | 105 | 125 |
| Binary | 11110011 | 11000011 | 10111101 | 0 | 10100 | 10110 | 101 | 111 | 1000101 | 1010101 |
Color Harmonies of #F3C3BD
Complementary color
Monochromatic Colors of #F3C3BD
Black with #F3C3BD
Text Example
Text Example
White with #F3C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C3BD; }
p { color: rgb(243,195,189); }
H1.HeaderClassName
{
color: #F3C3BD;
}
.AnyTagClassName
{
color: #F3C3BD;
}
</style>
background-color css
<style>
a { background-color: #F3C3BD; }
a { background-color: rgb(243,195,189); }
div.DivClassName
{
background-color: #F3C3BD;
}
.BgClassName
{
background-color: #F3C3BD;
}
</style>
border-color css
<style>
span { border-color: #F3C3BD; }
span { border-color: rgb(243,195,189); }
td.TdClassName
{
border-color: #F3C3BD;
}
.TagClassName
{
border-color: #F3C3BD;
}
</style>