Shades of Light Pink #FDB4B6
Tints of Light Pink #FDB4B6
RGB
CMYK
RGB Variations
Color information
#FDB4B6 (or 0xFDB4B6) is known color: Light Pink. HEX triplet: FD, B4 and B6. RGB value is (253,180,182). Sum of RGB (Red+Green+Blue) = 253+180+182=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4B6 is #024B49. Grayscale: #CACACA. Windows color (decimal): -150346 or 11973885. OLE color: 11973885.
HSL color Cylindrical-coordinate representation of color #FDB4B6: hue angle of 358.36º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB4B6 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 180 | 182 | - |
CMYK | 0 | 0.29 | 0.28 | 0.01 |
HSL | 358.36º | 0.95% | 0.85% | - |
HSV(B) | 358.36º | 0.29% | 0.99% | - |
XYZ | 65.27 | 56.9 | 51.8 | - |
YUV | 202.06 | 116.68 | 164.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 180 | 182 | 0 | 0.29 | 0.28 | 0.01 | 358.36 | 0.95 | 0.85 |
Hex | FD | B4 | B6 | 0 | 1D | 1C | 1 | 166 | 5F | 55 |
Octal | 375 | 264 | 266 | 0 | 35 | 34 | 1 | 546 | 137 | 125 |
Binary | 11111101 | 10110100 | 10110110 | 0 | 11101 | 11100 | 1 | 101100110 | 1011111 | 1010101 |
Color Harmonies of #FDB4B6
Complementary color
Monochromatic Colors of #FDB4B6
Black with #FDB4B6
Text Example
Text Example
White with #FDB4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4B6; }
p { color: rgb(253,180,182); }
H1.HeaderClassName
{
color: #FDB4B6;
}
.AnyTagClassName
{
color: #FDB4B6;
}
</style>
background-color css
<style>
a { background-color: #FDB4B6; }
a { background-color: rgb(253,180,182); }
div.DivClassName
{
background-color: #FDB4B6;
}
.BgClassName
{
background-color: #FDB4B6;
}
</style>
border-color css
<style>
span { border-color: #FDB4B6; }
span { border-color: rgb(253,180,182); }
td.TdClassName
{
border-color: #FDB4B6;
}
.TagClassName
{
border-color: #FDB4B6;
}
</style>