Shades of Pink #FBC2D0
Tints of Pink #FBC2D0
RGB
CMYK
RGB Variations
Color information
#FBC2D0 (or 0xFBC2D0) is known color: Pink. HEX triplet: FB, C2 and D0. RGB value is (251,194,208). Sum of RGB (Red+Green+Blue) = 251+194+208=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2D0 is #043D2F. Grayscale: #D4D4D4. Windows color (decimal): -277808 or 13681403. OLE color: 13681403.
HSL color Cylindrical-coordinate representation of color #FBC2D0: hue angle of 345.26º 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 #FBC2D0 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 194 | 208 | - |
CMYK | 0 | 0.23 | 0.17 | 0.02 |
HSL | 345.26º | 0.88% | 0.87% | - |
HSV(B) | 345.26º | 0.23% | 0.98% | - |
XYZ | 70.46 | 63.65 | 68.25 | - |
YUV | 212.64 | 125.38 | 155.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 194 | 208 | 0 | 0.23 | 0.17 | 0.02 | 345.26 | 0.88 | 0.87 |
Hex | FB | C2 | D0 | 0 | 17 | 11 | 2 | 159 | 58 | 57 |
Octal | 373 | 302 | 320 | 0 | 27 | 21 | 2 | 531 | 130 | 127 |
Binary | 11111011 | 11000010 | 11010000 | 0 | 10111 | 10001 | 10 | 101011001 | 1011000 | 1010111 |
Color Harmonies of #FBC2D0
Complementary color
Monochromatic Colors of #FBC2D0
Black with #FBC2D0
Text Example
Text Example
White with #FBC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2D0; }
p { color: rgb(251,194,208); }
H1.HeaderClassName
{
color: #FBC2D0;
}
.AnyTagClassName
{
color: #FBC2D0;
}
</style>
background-color css
<style>
a { background-color: #FBC2D0; }
a { background-color: rgb(251,194,208); }
div.DivClassName
{
background-color: #FBC2D0;
}
.BgClassName
{
background-color: #FBC2D0;
}
</style>
border-color css
<style>
span { border-color: #FBC2D0; }
span { border-color: rgb(251,194,208); }
td.TdClassName
{
border-color: #FBC2D0;
}
.TagClassName
{
border-color: #FBC2D0;
}
</style>