Shades of Pink #FABDCE
Tints of Pink #FABDCE
RGB
CMYK
RGB Variations
Color information
#FABDCE (or 0xFABDCE) is known color: Pink. HEX triplet: FA, BD and CE. RGB value is (250,189,206). Sum of RGB (Red+Green+Blue) = 250+189+206=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDCE is #054231. Grayscale: #D1D1D1. Windows color (decimal): -344626 or 13549050. OLE color: 13549050.
HSL color Cylindrical-coordinate representation of color #FABDCE: hue angle of 343.28º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABDCE is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 189 | 206 | - |
CMYK | 0 | 0.24 | 0.18 | 0.02 |
HSL | 343.28º | 0.86% | 0.86% | - |
HSV(B) | 343.28º | 0.24% | 0.98% | - |
XYZ | 68.76 | 61.18 | 66.58 | - |
YUV | 209.18 | 126.21 | 157.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 189 | 206 | 0 | 0.24 | 0.18 | 0.02 | 343.28 | 0.86 | 0.86 |
Hex | FA | BD | CE | 0 | 18 | 12 | 2 | 157 | 56 | 56 |
Octal | 372 | 275 | 316 | 0 | 30 | 22 | 2 | 527 | 126 | 126 |
Binary | 11111010 | 10111101 | 11001110 | 0 | 11000 | 10010 | 10 | 101010111 | 1010110 | 1010110 |
Color Harmonies of #FABDCE
Complementary color
Monochromatic Colors of #FABDCE
Black with #FABDCE
Text Example
Text Example
White with #FABDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDCE; }
p { color: rgb(250,189,206); }
H1.HeaderClassName
{
color: #FABDCE;
}
.AnyTagClassName
{
color: #FABDCE;
}
</style>
background-color css
<style>
a { background-color: #FABDCE; }
a { background-color: rgb(250,189,206); }
div.DivClassName
{
background-color: #FABDCE;
}
.BgClassName
{
background-color: #FABDCE;
}
</style>
border-color css
<style>
span { border-color: #FABDCE; }
span { border-color: rgb(250,189,206); }
td.TdClassName
{
border-color: #FABDCE;
}
.TagClassName
{
border-color: #FABDCE;
}
</style>