Shades of Fringy Flower #ABFDBE
Tints of Fringy Flower #ABFDBE
RGB
CMYK
RGB Variations
Color information
#ABFDBE (or 0xABFDBE) is known color: Fringy Flower. HEX triplet: AB, FD and BE. RGB value is (171,253,190). Sum of RGB (Red+Green+Blue) = 171+253+190=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDBE is #540241. Grayscale: #DDDDDD. Windows color (decimal): -5505602 or 12516779. OLE color: 12516779.
HSL color Cylindrical-coordinate representation of color #ABFDBE: hue angle of 133.9º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDBE is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 190 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.01 |
| HSL | 133.9º | 0.95% | 0.83% | - |
| HSV(B) | 133.9º | 0.32% | 0.99% | - |
| XYZ | 61.21 | 82.63 | 61.44 | - |
| YUV | 221.3 | 110.33 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 190 | 0.32 | 0 | 0.25 | 0.01 | 133.9 | 0.95 | 0.83 |
| Hex | AB | FD | BE | 20 | 0 | 19 | 1 | 86 | 5F | 53 |
| Octal | 253 | 375 | 276 | 40 | 0 | 31 | 1 | 206 | 137 | 123 |
| Binary | 10101011 | 11111101 | 10111110 | 100000 | 0 | 11001 | 1 | 10000110 | 1011111 | 1010011 |
Color Harmonies of #ABFDBE
Complementary color
Monochromatic Colors of #ABFDBE
Black with #ABFDBE
Text Example
Text Example
White with #ABFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDBE; }
p { color: rgb(171,253,190); }
H1.HeaderClassName
{
color: #ABFDBE;
}
.AnyTagClassName
{
color: #ABFDBE;
}
</style>
background-color css
<style>
a { background-color: #ABFDBE; }
a { background-color: rgb(171,253,190); }
div.DivClassName
{
background-color: #ABFDBE;
}
.BgClassName
{
background-color: #ABFDBE;
}
</style>
border-color css
<style>
span { border-color: #ABFDBE; }
span { border-color: rgb(171,253,190); }
td.TdClassName
{
border-color: #ABFDBE;
}
.TagClassName
{
border-color: #ABFDBE;
}
</style>