Shades of Light Pink #FFB7C8
Tints of Light Pink #FFB7C8
RGB
CMYK
RGB Variations
Color information
#FFB7C8 (or 0xFFB7C8) is known color: Light Pink. HEX triplet: FF, B7 and C8. RGB value is (255,183,200). Sum of RGB (Red+Green+Blue) = 255+183+200=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7C8 is #004837. Grayscale: #CECECE. Windows color (decimal): -18488 or 13154303. OLE color: 13154303.
HSL color Cylindrical-coordinate representation of color #FFB7C8: hue angle of 345.83º 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 #FFB7C8 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 183 | 200 | - |
CMYK | 0 | 0.28 | 0.22 | 0 |
HSL | 345.83º | 1% | 0.86% | - |
HSV(B) | 345.83º | 0.28% | 1% | - |
XYZ | 68.6 | 59.3 | 62.47 | - |
YUV | 206.47 | 124.35 | 162.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 183 | 200 | 0 | 0.28 | 0.22 | 0 | 345.83 | 1 | 0.86 |
Hex | FF | B7 | C8 | 0 | 1C | 16 | 0 | 15A | 64 | 56 |
Octal | 377 | 267 | 310 | 0 | 34 | 26 | 0 | 532 | 144 | 126 |
Binary | 11111111 | 10110111 | 11001000 | 0 | 11100 | 10110 | 0 | 101011010 | 1100100 | 1010110 |
Color Harmonies of #FFB7C8
Complementary color
Monochromatic Colors of #FFB7C8
Black with #FFB7C8
Text Example
Text Example
White with #FFB7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7C8; }
p { color: rgb(255,183,200); }
H1.HeaderClassName
{
color: #FFB7C8;
}
.AnyTagClassName
{
color: #FFB7C8;
}
</style>
background-color css
<style>
a { background-color: #FFB7C8; }
a { background-color: rgb(255,183,200); }
div.DivClassName
{
background-color: #FFB7C8;
}
.BgClassName
{
background-color: #FFB7C8;
}
</style>
border-color css
<style>
span { border-color: #FFB7C8; }
span { border-color: rgb(255,183,200); }
td.TdClassName
{
border-color: #FFB7C8;
}
.TagClassName
{
border-color: #FFB7C8;
}
</style>