Shades of Pink #FDBECA
Tints of Pink #FDBECA
RGB
CMYK
RGB Variations
Color information
#FDBECA (or 0xFDBECA) is known color: Pink. HEX triplet: FD, BE and CA. RGB value is (253,190,202). Sum of RGB (Red+Green+Blue) = 253+190+202=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBECA is #024135. Grayscale: #D2D2D2. Windows color (decimal): -147766 or 13287165. OLE color: 13287165.
HSL color Cylindrical-coordinate representation of color #FDBECA: hue angle of 348.57º degrees, saturation: 0.94, 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 #FDBECA is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 202 | - |
CMYK | 0 | 0.25 | 0.20 | 0.01 |
HSL | 348.57º | 0.94% | 0.87% | - |
HSV(B) | 348.57º | 0.25% | 0.99% | - |
XYZ | 69.58 | 61.97 | 64.17 | - |
YUV | 210.21 | 123.37 | 158.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 202 | 0 | 0.25 | 0.20 | 0.01 | 348.57 | 0.94 | 0.87 |
Hex | FD | BE | CA | 0 | 19 | 14 | 1 | 15D | 5E | 57 |
Octal | 375 | 276 | 312 | 0 | 31 | 24 | 1 | 535 | 136 | 127 |
Binary | 11111101 | 10111110 | 11001010 | 0 | 11001 | 10100 | 1 | 101011101 | 1011110 | 1010111 |
Color Harmonies of #FDBECA
Complementary color
Monochromatic Colors of #FDBECA
Black with #FDBECA
Text Example
Text Example
White with #FDBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBECA; }
p { color: rgb(253,190,202); }
H1.HeaderClassName
{
color: #FDBECA;
}
.AnyTagClassName
{
color: #FDBECA;
}
</style>
background-color css
<style>
a { background-color: #FDBECA; }
a { background-color: rgb(253,190,202); }
div.DivClassName
{
background-color: #FDBECA;
}
.BgClassName
{
background-color: #FDBECA;
}
</style>
border-color css
<style>
span { border-color: #FDBECA; }
span { border-color: rgb(253,190,202); }
td.TdClassName
{
border-color: #FDBECA;
}
.TagClassName
{
border-color: #FDBECA;
}
</style>