Shades of LightPink #FFB6C1
Tints of LightPink #FFB6C1
RGB
CMYK
RGB Variations
Color information
#FFB6C1 (or 0xFFB6C1) is known color: LightPink. HEX triplet: FF, B6 and C1. RGB value is (255,182,193). Sum of RGB (Red+Green+Blue) = 255+182+193=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6C1 is #00493E. Grayscale: #CDCDCD. Windows color (decimal): -18751 or 12695295. OLE color: 12695295.
HSL color Cylindrical-coordinate representation of color #FFB6C1: hue angle of 350.96º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6C1 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 182 | 193 | - |
CMYK | 0 | 0.29 | 0.24 | 0 |
HSL | 350.96º | 1% | 0.86% | - |
HSV(B) | 350.96º | 0.29% | 1% | - |
XYZ | 67.59 | 58.57 | 58.19 | - |
YUV | 205.08 | 121.18 | 163.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 182 | 193 | 0 | 0.29 | 0.24 | 0 | 350.96 | 1 | 0.86 |
Hex | FF | B6 | C1 | 0 | 1D | 18 | 0 | 15F | 64 | 56 |
Octal | 377 | 266 | 301 | 0 | 35 | 30 | 0 | 537 | 144 | 126 |
Binary | 11111111 | 10110110 | 11000001 | 0 | 11101 | 11000 | 0 | 101011111 | 1100100 | 1010110 |
Color Harmonies of #FFB6C1
Complementary color
Monochromatic Colors of #FFB6C1
Black with #FFB6C1
Text Example
Text Example
White with #FFB6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6C1; }
p { color: rgb(255,182,193); }
H1.HeaderClassName
{
color: #FFB6C1;
}
.AnyTagClassName
{
color: #FFB6C1;
}
</style>
background-color css
<style>
a { background-color: #FFB6C1; }
a { background-color: rgb(255,182,193); }
div.DivClassName
{
background-color: #FFB6C1;
}
.BgClassName
{
background-color: #FFB6C1;
}
</style>
border-color css
<style>
span { border-color: #FFB6C1; }
span { border-color: rgb(255,182,193); }
td.TdClassName
{
border-color: #FFB6C1;
}
.TagClassName
{
border-color: #FFB6C1;
}
</style>