Shades of Pink #FCBECD
Tints of Pink #FCBECD
RGB
CMYK
RGB Variations
Color information
#FCBECD (or 0xFCBECD) is known color: Pink. HEX triplet: FC, BE and CD. RGB value is (252,190,205). Sum of RGB (Red+Green+Blue) = 252+190+205=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBECD is #034132. Grayscale: #D2D2D2. Windows color (decimal): -213299 or 13483772. OLE color: 13483772.
HSL color Cylindrical-coordinate representation of color #FCBECD: hue angle of 345.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBECD is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 190 | 205 | - |
CMYK | 0 | 0.25 | 0.19 | 0.01 |
HSL | 345.48º | 0.91% | 0.87% | - |
HSV(B) | 345.48º | 0.25% | 0.99% | - |
XYZ | 69.58 | 61.93 | 66.04 | - |
YUV | 210.25 | 125.04 | 157.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 190 | 205 | 0 | 0.25 | 0.19 | 0.01 | 345.48 | 0.91 | 0.87 |
Hex | FC | BE | CD | 0 | 19 | 13 | 1 | 159 | 5B | 57 |
Octal | 374 | 276 | 315 | 0 | 31 | 23 | 1 | 531 | 133 | 127 |
Binary | 11111100 | 10111110 | 11001101 | 0 | 11001 | 10011 | 1 | 101011001 | 1011011 | 1010111 |
Color Harmonies of #FCBECD
Complementary color
Monochromatic Colors of #FCBECD
Black with #FCBECD
Text Example
Text Example
White with #FCBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBECD; }
p { color: rgb(252,190,205); }
H1.HeaderClassName
{
color: #FCBECD;
}
.AnyTagClassName
{
color: #FCBECD;
}
</style>
background-color css
<style>
a { background-color: #FCBECD; }
a { background-color: rgb(252,190,205); }
div.DivClassName
{
background-color: #FCBECD;
}
.BgClassName
{
background-color: #FCBECD;
}
</style>
border-color css
<style>
span { border-color: #FCBECD; }
span { border-color: rgb(252,190,205); }
td.TdClassName
{
border-color: #FCBECD;
}
.TagClassName
{
border-color: #FCBECD;
}
</style>