Shades of Fringy Flower #A4FCBD
Tints of Fringy Flower #A4FCBD
RGB
CMYK
RGB Variations
Color information
#A4FCBD (or 0xA4FCBD) is known color: Fringy Flower. HEX triplet: A4, FC and BD. RGB value is (164,252,189). Sum of RGB (Red+Green+Blue) = 164+252+189=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCBD is #5B0342. Grayscale: #DADADA. Windows color (decimal): -5964611 or 12450980. OLE color: 12450980.
HSL color Cylindrical-coordinate representation of color #A4FCBD: hue angle of 137.05º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FCBD is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 189 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.01 |
| HSL | 137.05º | 0.94% | 0.82% | - |
| HSV(B) | 137.05º | 0.35% | 0.99% | - |
| XYZ | 59.31 | 81.19 | 60.69 | - |
| YUV | 218.51 | 111.35 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 189 | 0.35 | 0 | 0.25 | 0.01 | 137.05 | 0.94 | 0.82 |
| Hex | A4 | FC | BD | 23 | 0 | 19 | 1 | 89 | 5E | 52 |
| Octal | 244 | 374 | 275 | 43 | 0 | 31 | 1 | 211 | 136 | 122 |
| Binary | 10100100 | 11111100 | 10111101 | 100011 | 0 | 11001 | 1 | 10001001 | 1011110 | 1010010 |
Color Harmonies of #A4FCBD
Complementary color
Monochromatic Colors of #A4FCBD
Black with #A4FCBD
Text Example
Text Example
White with #A4FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCBD; }
p { color: rgb(164,252,189); }
H1.HeaderClassName
{
color: #A4FCBD;
}
.AnyTagClassName
{
color: #A4FCBD;
}
</style>
background-color css
<style>
a { background-color: #A4FCBD; }
a { background-color: rgb(164,252,189); }
div.DivClassName
{
background-color: #A4FCBD;
}
.BgClassName
{
background-color: #A4FCBD;
}
</style>
border-color css
<style>
span { border-color: #A4FCBD; }
span { border-color: rgb(164,252,189); }
td.TdClassName
{
border-color: #A4FCBD;
}
.TagClassName
{
border-color: #A4FCBD;
}
</style>