Shades of Light Pink #FDB1B9
Tints of Light Pink #FDB1B9
RGB
CMYK
RGB Variations
Color information
#FDB1B9 (or 0xFDB1B9) is known color: Light Pink. HEX triplet: FD, B1 and B9. RGB value is (253,177,185). Sum of RGB (Red+Green+Blue) = 253+177+185=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1B9 is #024E46. Grayscale: #C8C8C8. Windows color (decimal): -151111 or 12169725. OLE color: 12169725.
HSL color Cylindrical-coordinate representation of color #FDB1B9: hue angle of 353.68º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB1B9 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 177 | 185 | - |
CMYK | 0 | 0.30 | 0.27 | 0.01 |
HSL | 353.68º | 0.95% | 0.84% | - |
HSV(B) | 353.68º | 0.3% | 0.99% | - |
XYZ | 64.99 | 55.83 | 53.25 | - |
YUV | 200.64 | 119.18 | 165.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 177 | 185 | 0 | 0.30 | 0.27 | 0.01 | 353.68 | 0.95 | 0.84 |
Hex | FD | B1 | B9 | 0 | 1E | 1B | 1 | 162 | 5F | 54 |
Octal | 375 | 261 | 271 | 0 | 36 | 33 | 1 | 542 | 137 | 124 |
Binary | 11111101 | 10110001 | 10111001 | 0 | 11110 | 11011 | 1 | 101100010 | 1011111 | 1010100 |
Color Harmonies of #FDB1B9
Complementary color
Monochromatic Colors of #FDB1B9
Black with #FDB1B9
Text Example
Text Example
White with #FDB1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1B9; }
p { color: rgb(253,177,185); }
H1.HeaderClassName
{
color: #FDB1B9;
}
.AnyTagClassName
{
color: #FDB1B9;
}
</style>
background-color css
<style>
a { background-color: #FDB1B9; }
a { background-color: rgb(253,177,185); }
div.DivClassName
{
background-color: #FDB1B9;
}
.BgClassName
{
background-color: #FDB1B9;
}
</style>
border-color css
<style>
span { border-color: #FDB1B9; }
span { border-color: rgb(253,177,185); }
td.TdClassName
{
border-color: #FDB1B9;
}
.TagClassName
{
border-color: #FDB1B9;
}
</style>