Shades of Light Pink #FDB1B3
Tints of Light Pink #FDB1B3
RGB
CMYK
RGB Variations
Color information
#FDB1B3 (or 0xFDB1B3) is known color: Light Pink. HEX triplet: FD, B1 and B3. RGB value is (253,177,179). Sum of RGB (Red+Green+Blue) = 253+177+179=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1B3 is #024E4C. Grayscale: #C8C8C8. Windows color (decimal): -151117 or 11776509. OLE color: 11776509.
HSL color Cylindrical-coordinate representation of color #FDB1B3: hue angle of 358.42º 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 #FDB1B3 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 179 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.01 |
| HSL | 358.42º | 0.95% | 0.84% | - |
| HSV(B) | 358.42º | 0.3% | 0.99% | - |
| XYZ | 64.37 | 55.58 | 49.98 | - |
| YUV | 199.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 179 | 0 | 0.30 | 0.29 | 0.01 | 358.42 | 0.95 | 0.84 |
| Hex | FD | B1 | B3 | 0 | 1E | 1D | 1 | 166 | 5F | 54 |
| Octal | 375 | 261 | 263 | 0 | 36 | 35 | 1 | 546 | 137 | 124 |
| Binary | 11111101 | 10110001 | 10110011 | 0 | 11110 | 11101 | 1 | 101100110 | 1011111 | 1010100 |
Color Harmonies of #FDB1B3
Complementary color
Monochromatic Colors of #FDB1B3
Black with #FDB1B3
Text Example
Text Example
White with #FDB1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1B3; }
p { color: rgb(253,177,179); }
H1.HeaderClassName
{
color: #FDB1B3;
}
.AnyTagClassName
{
color: #FDB1B3;
}
</style>
background-color css
<style>
a { background-color: #FDB1B3; }
a { background-color: rgb(253,177,179); }
div.DivClassName
{
background-color: #FDB1B3;
}
.BgClassName
{
background-color: #FDB1B3;
}
</style>
border-color css
<style>
span { border-color: #FDB1B3; }
span { border-color: rgb(253,177,179); }
td.TdClassName
{
border-color: #FDB1B3;
}
.TagClassName
{
border-color: #FDB1B3;
}
</style>