Shades of Pink #F5BFCA
Tints of Pink #F5BFCA
RGB
CMYK
RGB Variations
Color information
#F5BFCA (or 0xF5BFCA) is known color: Pink. HEX triplet: F5, BF and CA. RGB value is (245,191,202). Sum of RGB (Red+Green+Blue) = 245+191+202=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFCA is #0A4035. Grayscale: #D0D0D0. Windows color (decimal): -671798 or 13287413. OLE color: 13287413.
HSL color Cylindrical-coordinate representation of color #F5BFCA: hue angle of 347.78º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BFCA is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 202 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.04 |
| HSL | 347.78º | 0.73% | 0.85% | - |
| HSV(B) | 347.78º | 0.22% | 0.96% | - |
| XYZ | 66.95 | 60.94 | 64.11 | - |
| YUV | 208.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 202 | 0 | 0.22 | 0.18 | 0.04 | 347.78 | 0.73 | 0.85 |
| Hex | F5 | BF | CA | 0 | 16 | 12 | 4 | 15C | 49 | 55 |
| Octal | 365 | 277 | 312 | 0 | 26 | 22 | 4 | 534 | 111 | 125 |
| Binary | 11110101 | 10111111 | 11001010 | 0 | 10110 | 10010 | 100 | 101011100 | 1001001 | 1010101 |
Color Harmonies of #F5BFCA
Complementary color
Monochromatic Colors of #F5BFCA
Black with #F5BFCA
Text Example
Text Example
White with #F5BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BFCA; }
p { color: rgb(245,191,202); }
H1.HeaderClassName
{
color: #F5BFCA;
}
.AnyTagClassName
{
color: #F5BFCA;
}
</style>
background-color css
<style>
a { background-color: #F5BFCA; }
a { background-color: rgb(245,191,202); }
div.DivClassName
{
background-color: #F5BFCA;
}
.BgClassName
{
background-color: #F5BFCA;
}
</style>
border-color css
<style>
span { border-color: #F5BFCA; }
span { border-color: rgb(245,191,202); }
td.TdClassName
{
border-color: #F5BFCA;
}
.TagClassName
{
border-color: #F5BFCA;
}
</style>