Shades of Pink #FABECA
Tints of Pink #FABECA
RGB
CMYK
RGB Variations
Color information
#FABECA (or 0xFABECA) is known color: Pink. HEX triplet: FA, BE and CA. RGB value is (250,190,202). Sum of RGB (Red+Green+Blue) = 250+190+202=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FABECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABECA is #054135. Grayscale: #D1D1D1. Windows color (decimal): -344374 or 13287162. OLE color: 13287162.
HSL color Cylindrical-coordinate representation of color #FABECA: hue angle of 348º 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 #FABECA is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 190 | 202 | - |
CMYK | 0 | 0.24 | 0.19 | 0.02 |
HSL | 348º | 0.86% | 0.86% | - |
HSV(B) | 348º | 0.24% | 0.98% | - |
XYZ | 68.5 | 61.42 | 64.12 | - |
YUV | 209.31 | 123.88 | 157.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 190 | 202 | 0 | 0.24 | 0.19 | 0.02 | 348 | 0.86 | 0.86 |
Hex | FA | BE | CA | 0 | 18 | 13 | 2 | 15C | 56 | 56 |
Octal | 372 | 276 | 312 | 0 | 30 | 23 | 2 | 534 | 126 | 126 |
Binary | 11111010 | 10111110 | 11001010 | 0 | 11000 | 10011 | 10 | 101011100 | 1010110 | 1010110 |
Color Harmonies of #FABECA
Complementary color
Monochromatic Colors of #FABECA
Black with #FABECA
Text Example
Text Example
White with #FABECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABECA; }
p { color: rgb(250,190,202); }
H1.HeaderClassName
{
color: #FABECA;
}
.AnyTagClassName
{
color: #FABECA;
}
</style>
background-color css
<style>
a { background-color: #FABECA; }
a { background-color: rgb(250,190,202); }
div.DivClassName
{
background-color: #FABECA;
}
.BgClassName
{
background-color: #FABECA;
}
</style>
border-color css
<style>
span { border-color: #FABECA; }
span { border-color: rgb(250,190,202); }
td.TdClassName
{
border-color: #FABECA;
}
.TagClassName
{
border-color: #FABECA;
}
</style>