Shades of Your Pink #FFC3BF
Tints of Your Pink #FFC3BF
RGB
CMYK
RGB Variations
Color information
#FFC3BF (or 0xFFC3BF) is known color: Your Pink. HEX triplet: FF, C3 and BF. RGB value is (255,195,191). Sum of RGB (Red+Green+Blue) = 255+195+191=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3BF is #003C40. Grayscale: #D4D4D4. Windows color (decimal): -15425 or 12567551. OLE color: 12567551.
HSL color Cylindrical-coordinate representation of color #FFC3BF: hue angle of 3.75º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC3BF is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 191 | - |
| CMYK | 0 | 0.24 | 0.25 | 0 |
| HSL | 3.75º | 1% | 0.87% | - |
| HSV(B) | 3.75º | 0.25% | 1% | - |
| XYZ | 70.16 | 64.05 | 57.96 | - |
| YUV | 212.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 191 | 0 | 0.24 | 0.25 | 0 | 3.75 | 1 | 0.87 |
| Hex | FF | C3 | BF | 0 | 18 | 19 | 0 | 4 | 64 | 57 |
| Octal | 377 | 303 | 277 | 0 | 30 | 31 | 0 | 4 | 144 | 127 |
| Binary | 11111111 | 11000011 | 10111111 | 0 | 11000 | 11001 | 0 | 100 | 1100100 | 1010111 |
Color Harmonies of #FFC3BF
Complementary color
Monochromatic Colors of #FFC3BF
Black with #FFC3BF
Text Example
Text Example
White with #FFC3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3BF; }
p { color: rgb(255,195,191); }
H1.HeaderClassName
{
color: #FFC3BF;
}
.AnyTagClassName
{
color: #FFC3BF;
}
</style>
background-color css
<style>
a { background-color: #FFC3BF; }
a { background-color: rgb(255,195,191); }
div.DivClassName
{
background-color: #FFC3BF;
}
.BgClassName
{
background-color: #FFC3BF;
}
</style>
border-color css
<style>
span { border-color: #FFC3BF; }
span { border-color: rgb(255,195,191); }
td.TdClassName
{
border-color: #FFC3BF;
}
.TagClassName
{
border-color: #FFC3BF;
}
</style>