Shades of Light Pink #FDB2C3
Tints of Light Pink #FDB2C3
RGB
CMYK
RGB Variations
Color information
#FDB2C3 (or 0xFDB2C3) is known color: Light Pink. HEX triplet: FD, B2 and C3. RGB value is (253,178,195). Sum of RGB (Red+Green+Blue) = 253+178+195=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 195 (76.56% from 255 or 31.15% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2C3 is #024D3C. Grayscale: #CACACA. Windows color (decimal): -150845 or 12825341. OLE color: 12825341.
HSL color Cylindrical-coordinate representation of color #FDB2C3: hue angle of 346.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2C3 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 195 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.01 |
| HSL | 346.4º | 0.95% | 0.85% | - |
| HSV(B) | 346.4º | 0.3% | 0.99% | - |
| XYZ | 66.28 | 56.66 | 59.07 | - |
| YUV | 202.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 195 | 0 | 0.30 | 0.23 | 0.01 | 346.4 | 0.95 | 0.85 |
| Hex | FD | B2 | C3 | 0 | 1E | 17 | 1 | 15A | 5F | 55 |
| Octal | 375 | 262 | 303 | 0 | 36 | 27 | 1 | 532 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11000011 | 0 | 11110 | 10111 | 1 | 101011010 | 1011111 | 1010101 |
Color Harmonies of #FDB2C3
Complementary color
Monochromatic Colors of #FDB2C3
Black with #FDB2C3
Text Example
Text Example
White with #FDB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2C3; }
p { color: rgb(253,178,195); }
H1.HeaderClassName
{
color: #FDB2C3;
}
.AnyTagClassName
{
color: #FDB2C3;
}
</style>
background-color css
<style>
a { background-color: #FDB2C3; }
a { background-color: rgb(253,178,195); }
div.DivClassName
{
background-color: #FDB2C3;
}
.BgClassName
{
background-color: #FDB2C3;
}
</style>
border-color css
<style>
span { border-color: #FDB2C3; }
span { border-color: rgb(253,178,195); }
td.TdClassName
{
border-color: #FDB2C3;
}
.TagClassName
{
border-color: #FDB2C3;
}
</style>