Shades of Pink #FBC2D1
Tints of Pink #FBC2D1
RGB
CMYK
RGB Variations
Color information
#FBC2D1 (or 0xFBC2D1) is known color: Pink. HEX triplet: FB, C2 and D1. RGB value is (251,194,209). Sum of RGB (Red+Green+Blue) = 251+194+209=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2D1 is #043D2E. Grayscale: #D4D4D4. Windows color (decimal): -277807 or 13746939. OLE color: 13746939.
HSL color Cylindrical-coordinate representation of color #FBC2D1: hue angle of 344.21º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC2D1 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 194 | 209 | - |
CMYK | 0 | 0.23 | 0.17 | 0.02 |
HSL | 344.21º | 0.88% | 0.87% | - |
HSV(B) | 344.21º | 0.23% | 0.98% | - |
XYZ | 70.58 | 63.7 | 68.9 | - |
YUV | 212.75 | 125.88 | 155.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 194 | 209 | 0 | 0.23 | 0.17 | 0.02 | 344.21 | 0.88 | 0.87 |
Hex | FB | C2 | D1 | 0 | 17 | 11 | 2 | 158 | 58 | 57 |
Octal | 373 | 302 | 321 | 0 | 27 | 21 | 2 | 530 | 130 | 127 |
Binary | 11111011 | 11000010 | 11010001 | 0 | 10111 | 10001 | 10 | 101011000 | 1011000 | 1010111 |
Color Harmonies of #FBC2D1
Complementary color
Monochromatic Colors of #FBC2D1
Black with #FBC2D1
Text Example
Text Example
White with #FBC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2D1; }
p { color: rgb(251,194,209); }
H1.HeaderClassName
{
color: #FBC2D1;
}
.AnyTagClassName
{
color: #FBC2D1;
}
</style>
background-color css
<style>
a { background-color: #FBC2D1; }
a { background-color: rgb(251,194,209); }
div.DivClassName
{
background-color: #FBC2D1;
}
.BgClassName
{
background-color: #FBC2D1;
}
</style>
border-color css
<style>
span { border-color: #FBC2D1; }
span { border-color: rgb(251,194,209); }
td.TdClassName
{
border-color: #FBC2D1;
}
.TagClassName
{
border-color: #FBC2D1;
}
</style>