Shades of Your Pink #FFC4BE
Tints of Your Pink #FFC4BE
RGB
CMYK
RGB Variations
Color information
#FFC4BE (or 0xFFC4BE) is known color: Your Pink. HEX triplet: FF, C4 and BE. RGB value is (255,196,190). Sum of RGB (Red+Green+Blue) = 255+196+190=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4BE is #003B41. Grayscale: #D5D5D5. Windows color (decimal): -15170 or 12502271. OLE color: 12502271.
HSL color Cylindrical-coordinate representation of color #FFC4BE: hue angle of 5.54º 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 #FFC4BE is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 196 | 190 | - |
CMYK | 0 | 0.23 | 0.25 | 0 |
HSL | 5.54º | 1% | 0.87% | - |
HSV(B) | 5.54º | 0.25% | 1% | - |
XYZ | 70.27 | 64.46 | 57.45 | - |
YUV | 212.96 | 115.05 | 157.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 196 | 190 | 0 | 0.23 | 0.25 | 0 | 5.54 | 1 | 0.87 |
Hex | FF | C4 | BE | 0 | 17 | 19 | 0 | 6 | 64 | 57 |
Octal | 377 | 304 | 276 | 0 | 27 | 31 | 0 | 6 | 144 | 127 |
Binary | 11111111 | 11000100 | 10111110 | 0 | 10111 | 11001 | 0 | 110 | 1100100 | 1010111 |
Color Harmonies of #FFC4BE
Complementary color
Monochromatic Colors of #FFC4BE
Black with #FFC4BE
Text Example
Text Example
White with #FFC4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4BE; }
p { color: rgb(255,196,190); }
H1.HeaderClassName
{
color: #FFC4BE;
}
.AnyTagClassName
{
color: #FFC4BE;
}
</style>
background-color css
<style>
a { background-color: #FFC4BE; }
a { background-color: rgb(255,196,190); }
div.DivClassName
{
background-color: #FFC4BE;
}
.BgClassName
{
background-color: #FFC4BE;
}
</style>
border-color css
<style>
span { border-color: #FFC4BE; }
span { border-color: rgb(255,196,190); }
td.TdClassName
{
border-color: #FFC4BE;
}
.TagClassName
{
border-color: #FFC4BE;
}
</style>