Shades of Melon #FABDB5
Tints of Melon #FABDB5
RGB
CMYK
RGB Variations
Color information
#FABDB5 (or 0xFABDB5) is known color: Melon. HEX triplet: FA, BD and B5. RGB value is (250,189,181). Sum of RGB (Red+Green+Blue) = 250+189+181=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDB5 is #05424A. Grayscale: #CECECE. Windows color (decimal): -344651 or 11910650. OLE color: 11910650.
HSL color Cylindrical-coordinate representation of color #FABDB5: hue angle of 6.96º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FABDB5 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 189 | 181 | - |
CMYK | 0 | 0.24 | 0.28 | 0.02 |
HSL | 6.96º | 0.87% | 0.85% | - |
HSV(B) | 6.96º | 0.28% | 0.98% | - |
XYZ | 65.96 | 60.06 | 51.83 | - |
YUV | 206.33 | 113.71 | 159.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 189 | 181 | 0 | 0.24 | 0.28 | 0.02 | 6.96 | 0.87 | 0.85 |
Hex | FA | BD | B5 | 0 | 18 | 1C | 2 | 7 | 57 | 55 |
Octal | 372 | 275 | 265 | 0 | 30 | 34 | 2 | 7 | 127 | 125 |
Binary | 11111010 | 10111101 | 10110101 | 0 | 11000 | 11100 | 10 | 111 | 1010111 | 1010101 |
Color Harmonies of #FABDB5
Complementary color
Monochromatic Colors of #FABDB5
Black with #FABDB5
Text Example
Text Example
White with #FABDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDB5; }
p { color: rgb(250,189,181); }
H1.HeaderClassName
{
color: #FABDB5;
}
.AnyTagClassName
{
color: #FABDB5;
}
</style>
background-color css
<style>
a { background-color: #FABDB5; }
a { background-color: rgb(250,189,181); }
div.DivClassName
{
background-color: #FABDB5;
}
.BgClassName
{
background-color: #FABDB5;
}
</style>
border-color css
<style>
span { border-color: #FABDB5; }
span { border-color: rgb(250,189,181); }
td.TdClassName
{
border-color: #FABDB5;
}
.TagClassName
{
border-color: #FABDB5;
}
</style>