Shades of Light Pink #FDB4B5
Tints of Light Pink #FDB4B5
RGB
CMYK
RGB Variations
Color information
#FDB4B5 (or 0xFDB4B5) is known color: Light Pink. HEX triplet: FD, B4 and B5. RGB value is (253,180,181). Sum of RGB (Red+Green+Blue) = 253+180+181=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 180 (70.70% from 255 or 29.32% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4B5 is #024B4A. Grayscale: #CACACA. Windows color (decimal): -150347 or 11908349. OLE color: 11908349.
HSL color Cylindrical-coordinate representation of color #FDB4B5: hue angle of 359.18º 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 #FDB4B5 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 180 | 181 | - |
CMYK | 0 | 0.29 | 0.28 | 0.01 |
HSL | 359.18º | 0.95% | 0.85% | - |
HSV(B) | 359.18º | 0.29% | 0.99% | - |
XYZ | 65.17 | 56.86 | 51.26 | - |
YUV | 201.94 | 116.18 | 164.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 180 | 181 | 0 | 0.29 | 0.28 | 0.01 | 359.18 | 0.95 | 0.85 |
Hex | FD | B4 | B5 | 0 | 1D | 1C | 1 | 167 | 5F | 55 |
Octal | 375 | 264 | 265 | 0 | 35 | 34 | 1 | 547 | 137 | 125 |
Binary | 11111101 | 10110100 | 10110101 | 0 | 11101 | 11100 | 1 | 101100111 | 1011111 | 1010101 |
Color Harmonies of #FDB4B5
Complementary color
Monochromatic Colors of #FDB4B5
Black with #FDB4B5
Text Example
Text Example
White with #FDB4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4B5; }
p { color: rgb(253,180,181); }
H1.HeaderClassName
{
color: #FDB4B5;
}
.AnyTagClassName
{
color: #FDB4B5;
}
</style>
background-color css
<style>
a { background-color: #FDB4B5; }
a { background-color: rgb(253,180,181); }
div.DivClassName
{
background-color: #FDB4B5;
}
.BgClassName
{
background-color: #FDB4B5;
}
</style>
border-color css
<style>
span { border-color: #FDB4B5; }
span { border-color: rgb(253,180,181); }
td.TdClassName
{
border-color: #FDB4B5;
}
.TagClassName
{
border-color: #FDB4B5;
}
</style>