Shades of Pink #FDBECE
Tints of Pink #FDBECE
RGB
CMYK
RGB Variations
Color information
#FDBECE (or 0xFDBECE) is known color: Pink. HEX triplet: FD, BE and CE. RGB value is (253,190,206). Sum of RGB (Red+Green+Blue) = 253+190+206=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBECE is #024131. Grayscale: #D2D2D2. Windows color (decimal): -147762 or 13549309. OLE color: 13549309.
HSL color Cylindrical-coordinate representation of color #FDBECE: hue angle of 344.76º 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 #FDBECE is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 206 | - |
CMYK | 0 | 0.25 | 0.19 | 0.01 |
HSL | 344.76º | 0.94% | 0.87% | - |
HSV(B) | 344.76º | 0.25% | 0.99% | - |
XYZ | 70.06 | 62.17 | 66.7 | - |
YUV | 210.66 | 125.37 | 158.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 206 | 0 | 0.25 | 0.19 | 0.01 | 344.76 | 0.94 | 0.87 |
Hex | FD | BE | CE | 0 | 19 | 13 | 1 | 159 | 5E | 57 |
Octal | 375 | 276 | 316 | 0 | 31 | 23 | 1 | 531 | 136 | 127 |
Binary | 11111101 | 10111110 | 11001110 | 0 | 11001 | 10011 | 1 | 101011001 | 1011110 | 1010111 |
Color Harmonies of #FDBECE
Complementary color
Monochromatic Colors of #FDBECE
Black with #FDBECE
Text Example
Text Example
White with #FDBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBECE; }
p { color: rgb(253,190,206); }
H1.HeaderClassName
{
color: #FDBECE;
}
.AnyTagClassName
{
color: #FDBECE;
}
</style>
background-color css
<style>
a { background-color: #FDBECE; }
a { background-color: rgb(253,190,206); }
div.DivClassName
{
background-color: #FDBECE;
}
.BgClassName
{
background-color: #FDBECE;
}
</style>
border-color css
<style>
span { border-color: #FDBECE; }
span { border-color: rgb(253,190,206); }
td.TdClassName
{
border-color: #FDBECE;
}
.TagClassName
{
border-color: #FDBECE;
}
</style>