Shades of Your Pink #F5C3BD
Tints of Your Pink #F5C3BD
RGB
CMYK
RGB Variations
Color information
#F5C3BD (or 0xF5C3BD) is known color: Your Pink. HEX triplet: F5, C3 and BD. RGB value is (245,195,189). Sum of RGB (Red+Green+Blue) = 245+195+189=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C3BD is #0A3C42. Grayscale: #D1D1D1. Windows color (decimal): -670787 or 12436469. OLE color: 12436469.
HSL color Cylindrical-coordinate representation of color #F5C3BD: hue angle of 6.43º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5C3BD is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 195 | 189 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.04 |
| HSL | 6.43º | 0.74% | 0.85% | - |
| HSV(B) | 6.43º | 0.23% | 0.96% | - |
| XYZ | 66.36 | 62.12 | 56.64 | - |
| YUV | 209.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 195 | 189 | 0 | 0.20 | 0.23 | 0.04 | 6.43 | 0.74 | 0.85 |
| Hex | F5 | C3 | BD | 0 | 14 | 17 | 4 | 6 | 4A | 55 |
| Octal | 365 | 303 | 275 | 0 | 24 | 27 | 4 | 6 | 112 | 125 |
| Binary | 11110101 | 11000011 | 10111101 | 0 | 10100 | 10111 | 100 | 110 | 1001010 | 1010101 |
Color Harmonies of #F5C3BD
Complementary color
Monochromatic Colors of #F5C3BD
Black with #F5C3BD
Text Example
Text Example
White with #F5C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C3BD; }
p { color: rgb(245,195,189); }
H1.HeaderClassName
{
color: #F5C3BD;
}
.AnyTagClassName
{
color: #F5C3BD;
}
</style>
background-color css
<style>
a { background-color: #F5C3BD; }
a { background-color: rgb(245,195,189); }
div.DivClassName
{
background-color: #F5C3BD;
}
.BgClassName
{
background-color: #F5C3BD;
}
</style>
border-color css
<style>
span { border-color: #F5C3BD; }
span { border-color: rgb(245,195,189); }
td.TdClassName
{
border-color: #F5C3BD;
}
.TagClassName
{
border-color: #F5C3BD;
}
</style>