Shades of Light Pink #FFB8C0
Tints of Light Pink #FFB8C0
RGB
CMYK
RGB Variations
Color information
#FFB8C0 (or 0xFFB8C0) is known color: Light Pink. HEX triplet: FF, B8 and C0. RGB value is (255,184,192). Sum of RGB (Red+Green+Blue) = 255+184+192=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8C0 is #00473F. Grayscale: #CECECE. Windows color (decimal): -18240 or 12630271. OLE color: 12630271.
HSL color Cylindrical-coordinate representation of color #FFB8C0: hue angle of 353.24º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB8C0 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 184 | 192 | - |
CMYK | 0 | 0.28 | 0.25 | 0 |
HSL | 353.24º | 1% | 0.86% | - |
HSV(B) | 353.24º | 0.28% | 1% | - |
XYZ | 67.89 | 59.35 | 57.75 | - |
YUV | 206.14 | 120.02 | 162.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 184 | 192 | 0 | 0.28 | 0.25 | 0 | 353.24 | 1 | 0.86 |
Hex | FF | B8 | C0 | 0 | 1C | 19 | 0 | 161 | 64 | 56 |
Octal | 377 | 270 | 300 | 0 | 34 | 31 | 0 | 541 | 144 | 126 |
Binary | 11111111 | 10111000 | 11000000 | 0 | 11100 | 11001 | 0 | 101100001 | 1100100 | 1010110 |
Color Harmonies of #FFB8C0
Complementary color
Monochromatic Colors of #FFB8C0
Black with #FFB8C0
Text Example
Text Example
White with #FFB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8C0; }
p { color: rgb(255,184,192); }
H1.HeaderClassName
{
color: #FFB8C0;
}
.AnyTagClassName
{
color: #FFB8C0;
}
</style>
background-color css
<style>
a { background-color: #FFB8C0; }
a { background-color: rgb(255,184,192); }
div.DivClassName
{
background-color: #FFB8C0;
}
.BgClassName
{
background-color: #FFB8C0;
}
</style>
border-color css
<style>
span { border-color: #FFB8C0; }
span { border-color: rgb(255,184,192); }
td.TdClassName
{
border-color: #FFB8C0;
}
.TagClassName
{
border-color: #FFB8C0;
}
</style>