Shades of Light Pink #FDB6B9
Tints of Light Pink #FDB6B9
RGB
CMYK
RGB Variations
Color information
#FDB6B9 (or 0xFDB6B9) is known color: Light Pink. HEX triplet: FD, B6 and B9. RGB value is (253,182,185). Sum of RGB (Red+Green+Blue) = 253+182+185=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6B9 is #024946. Grayscale: #CBCBCB. Windows color (decimal): -149831 or 12171005. OLE color: 12171005.
HSL color Cylindrical-coordinate representation of color #FDB6B9: hue angle of 357.46º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB6B9 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 182 | 185 | - |
CMYK | 0 | 0.28 | 0.27 | 0.01 |
HSL | 357.46º | 0.95% | 0.85% | - |
HSV(B) | 357.46º | 0.28% | 0.99% | - |
XYZ | 65.99 | 57.84 | 53.59 | - |
YUV | 203.57 | 117.52 | 163.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 182 | 185 | 0 | 0.28 | 0.27 | 0.01 | 357.46 | 0.95 | 0.85 |
Hex | FD | B6 | B9 | 0 | 1C | 1B | 1 | 165 | 5F | 55 |
Octal | 375 | 266 | 271 | 0 | 34 | 33 | 1 | 545 | 137 | 125 |
Binary | 11111101 | 10110110 | 10111001 | 0 | 11100 | 11011 | 1 | 101100101 | 1011111 | 1010101 |
Color Harmonies of #FDB6B9
Complementary color
Monochromatic Colors of #FDB6B9
Black with #FDB6B9
Text Example
Text Example
White with #FDB6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6B9; }
p { color: rgb(253,182,185); }
H1.HeaderClassName
{
color: #FDB6B9;
}
.AnyTagClassName
{
color: #FDB6B9;
}
</style>
background-color css
<style>
a { background-color: #FDB6B9; }
a { background-color: rgb(253,182,185); }
div.DivClassName
{
background-color: #FDB6B9;
}
.BgClassName
{
background-color: #FDB6B9;
}
</style>
border-color css
<style>
span { border-color: #FDB6B9; }
span { border-color: rgb(253,182,185); }
td.TdClassName
{
border-color: #FDB6B9;
}
.TagClassName
{
border-color: #FDB6B9;
}
</style>