Shades of Fringy Flower #AFDFBD
Tints of Fringy Flower #AFDFBD
RGB
CMYK
RGB Variations
Color information
#AFDFBD (or 0xAFDFBD) is known color: Fringy Flower. HEX triplet: AF, DF and BD. RGB value is (175,223,189). Sum of RGB (Red+Green+Blue) = 175+223+189=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFBD is #502042. Grayscale: #CCCCCC. Windows color (decimal): -5251139 or 12443567. OLE color: 12443567.
HSL color Cylindrical-coordinate representation of color #AFDFBD: hue angle of 137.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFBD is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 189 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.13 |
| HSL | 137.5º | 0.43% | 0.78% | - |
| HSV(B) | 137.5º | 0.22% | 0.87% | - |
| XYZ | 53.25 | 65.56 | 57.99 | - |
| YUV | 204.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 189 | 0.22 | 0 | 0.15 | 0.13 | 137.5 | 0.43 | 0.78 |
| Hex | AF | DF | BD | 16 | 0 | F | D | 8A | 2B | 4E |
| Octal | 257 | 337 | 275 | 26 | 0 | 17 | 15 | 212 | 53 | 116 |
| Binary | 10101111 | 11011111 | 10111101 | 10110 | 0 | 1111 | 1101 | 10001010 | 101011 | 1001110 |
Color Harmonies of #AFDFBD
Complementary color
Monochromatic Colors of #AFDFBD
Black with #AFDFBD
Text Example
Text Example
White with #AFDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFBD; }
p { color: rgb(175,223,189); }
H1.HeaderClassName
{
color: #AFDFBD;
}
.AnyTagClassName
{
color: #AFDFBD;
}
</style>
background-color css
<style>
a { background-color: #AFDFBD; }
a { background-color: rgb(175,223,189); }
div.DivClassName
{
background-color: #AFDFBD;
}
.BgClassName
{
background-color: #AFDFBD;
}
</style>
border-color css
<style>
span { border-color: #AFDFBD; }
span { border-color: rgb(175,223,189); }
td.TdClassName
{
border-color: #AFDFBD;
}
.TagClassName
{
border-color: #AFDFBD;
}
</style>