Shades of Light Pink #FDB4BE
Tints of Light Pink #FDB4BE
RGB
CMYK
RGB Variations
Color information
#FDB4BE (or 0xFDB4BE) is known color: Light Pink. HEX triplet: FD, B4 and BE. RGB value is (253,180,190). Sum of RGB (Red+Green+Blue) = 253+180+190=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4BE is #024B41. Grayscale: #CACACA. Windows color (decimal): -150338 or 12498173. OLE color: 12498173.
HSL color Cylindrical-coordinate representation of color #FDB4BE: hue angle of 351.78º 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 #FDB4BE is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 180 | 190 | - |
CMYK | 0 | 0.29 | 0.25 | 0.01 |
HSL | 351.78º | 0.95% | 0.85% | - |
HSV(B) | 351.78º | 0.29% | 0.99% | - |
XYZ | 66.12 | 57.24 | 56.28 | - |
YUV | 202.97 | 120.68 | 163.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 180 | 190 | 0 | 0.29 | 0.25 | 0.01 | 351.78 | 0.95 | 0.85 |
Hex | FD | B4 | BE | 0 | 1D | 19 | 1 | 160 | 5F | 55 |
Octal | 375 | 264 | 276 | 0 | 35 | 31 | 1 | 540 | 137 | 125 |
Binary | 11111101 | 10110100 | 10111110 | 0 | 11101 | 11001 | 1 | 101100000 | 1011111 | 1010101 |
Color Harmonies of #FDB4BE
Complementary color
Monochromatic Colors of #FDB4BE
Black with #FDB4BE
Text Example
Text Example
White with #FDB4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4BE; }
p { color: rgb(253,180,190); }
H1.HeaderClassName
{
color: #FDB4BE;
}
.AnyTagClassName
{
color: #FDB4BE;
}
</style>
background-color css
<style>
a { background-color: #FDB4BE; }
a { background-color: rgb(253,180,190); }
div.DivClassName
{
background-color: #FDB4BE;
}
.BgClassName
{
background-color: #FDB4BE;
}
</style>
border-color css
<style>
span { border-color: #FDB4BE; }
span { border-color: rgb(253,180,190); }
td.TdClassName
{
border-color: #FDB4BE;
}
.TagClassName
{
border-color: #FDB4BE;
}
</style>