Shades of Light Pink #FDB1C2
Tints of Light Pink #FDB1C2
RGB
CMYK
RGB Variations
Color information
#FDB1C2 (or 0xFDB1C2) is known color: Light Pink. HEX triplet: FD, B1 and C2. RGB value is (253,177,194). Sum of RGB (Red+Green+Blue) = 253+177+194=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 177 (69.53% from 255 or 28.37% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1C2 is #024E3D. Grayscale: #C9C9C9. Windows color (decimal): -151102 or 12759549. OLE color: 12759549.
HSL color Cylindrical-coordinate representation of color #FDB1C2: hue angle of 346.58º 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 #FDB1C2 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 194 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.01 |
| HSL | 346.58º | 0.95% | 0.84% | - |
| HSV(B) | 346.58º | 0.3% | 0.99% | - |
| XYZ | 65.97 | 56.22 | 58.41 | - |
| YUV | 201.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 194 | 0 | 0.30 | 0.23 | 0.01 | 346.58 | 0.95 | 0.84 |
| Hex | FD | B1 | C2 | 0 | 1E | 17 | 1 | 15B | 5F | 54 |
| Octal | 375 | 261 | 302 | 0 | 36 | 27 | 1 | 533 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11000010 | 0 | 11110 | 10111 | 1 | 101011011 | 1011111 | 1010100 |
Color Harmonies of #FDB1C2
Complementary color
Monochromatic Colors of #FDB1C2
Black with #FDB1C2
Text Example
Text Example
White with #FDB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1C2; }
p { color: rgb(253,177,194); }
H1.HeaderClassName
{
color: #FDB1C2;
}
.AnyTagClassName
{
color: #FDB1C2;
}
</style>
background-color css
<style>
a { background-color: #FDB1C2; }
a { background-color: rgb(253,177,194); }
div.DivClassName
{
background-color: #FDB1C2;
}
.BgClassName
{
background-color: #FDB1C2;
}
</style>
border-color css
<style>
span { border-color: #FDB1C2; }
span { border-color: rgb(253,177,194); }
td.TdClassName
{
border-color: #FDB1C2;
}
.TagClassName
{
border-color: #FDB1C2;
}
</style>