Shades of Fringy Flower #A5FABD
Tints of Fringy Flower #A5FABD
RGB
CMYK
RGB Variations
Color information
#A5FABD (or 0xA5FABD) is known color: Fringy Flower. HEX triplet: A5, FA and BD. RGB value is (165,250,189). Sum of RGB (Red+Green+Blue) = 165+250+189=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FABD is #5A0542. Grayscale: #D9D9D9. Windows color (decimal): -5899587 or 12450469. OLE color: 12450469.
HSL color Cylindrical-coordinate representation of color #A5FABD: hue angle of 136.94º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FABD is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 189 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.02 |
| HSL | 136.94º | 0.89% | 0.81% | - |
| HSV(B) | 136.94º | 0.34% | 0.98% | - |
| XYZ | 58.89 | 80.04 | 60.49 | - |
| YUV | 217.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 189 | 0.34 | 0 | 0.24 | 0.02 | 136.94 | 0.89 | 0.81 |
| Hex | A5 | FA | BD | 22 | 0 | 18 | 2 | 89 | 59 | 51 |
| Octal | 245 | 372 | 275 | 42 | 0 | 30 | 2 | 211 | 131 | 121 |
| Binary | 10100101 | 11111010 | 10111101 | 100010 | 0 | 11000 | 10 | 10001001 | 1011001 | 1010001 |
Color Harmonies of #A5FABD
Complementary color
Monochromatic Colors of #A5FABD
Black with #A5FABD
Text Example
Text Example
White with #A5FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FABD; }
p { color: rgb(165,250,189); }
H1.HeaderClassName
{
color: #A5FABD;
}
.AnyTagClassName
{
color: #A5FABD;
}
</style>
background-color css
<style>
a { background-color: #A5FABD; }
a { background-color: rgb(165,250,189); }
div.DivClassName
{
background-color: #A5FABD;
}
.BgClassName
{
background-color: #A5FABD;
}
</style>
border-color css
<style>
span { border-color: #A5FABD; }
span { border-color: rgb(165,250,189); }
td.TdClassName
{
border-color: #A5FABD;
}
.TagClassName
{
border-color: #A5FABD;
}
</style>