Shades of Fringy Flower #AFDFB5
Tints of Fringy Flower #AFDFB5
RGB
CMYK
RGB Variations
Color information
#AFDFB5 (or 0xAFDFB5) is known color: Fringy Flower. HEX triplet: AF, DF and B5. RGB value is (175,223,181). Sum of RGB (Red+Green+Blue) = 175+223+181=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFB5 is #50204A. Grayscale: #CBCBCB. Windows color (decimal): -5251147 or 11919279. OLE color: 11919279.
HSL color Cylindrical-coordinate representation of color #AFDFB5: hue angle of 127.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 #AFDFB5 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 175 | 223 | 181 | - |
CMYK | 0.22 | 0 | 0.19 | 0.13 |
HSL | 127.5º | 0.43% | 0.78% | - |
HSV(B) | 127.5º | 0.22% | 0.87% | - |
XYZ | 52.41 | 65.23 | 53.54 | - |
YUV | 203.86 | 115.1 | 107.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 223 | 181 | 0.22 | 0 | 0.19 | 0.13 | 127.5 | 0.43 | 0.78 |
Hex | AF | DF | B5 | 16 | 0 | 13 | D | 80 | 2B | 4E |
Octal | 257 | 337 | 265 | 26 | 0 | 23 | 15 | 200 | 53 | 116 |
Binary | 10101111 | 11011111 | 10110101 | 10110 | 0 | 10011 | 1101 | 10000000 | 101011 | 1001110 |
Color Harmonies of #AFDFB5
Complementary color
Monochromatic Colors of #AFDFB5
Black with #AFDFB5
Text Example
Text Example
White with #AFDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFB5; }
p { color: rgb(175,223,181); }
H1.HeaderClassName
{
color: #AFDFB5;
}
.AnyTagClassName
{
color: #AFDFB5;
}
</style>
background-color css
<style>
a { background-color: #AFDFB5; }
a { background-color: rgb(175,223,181); }
div.DivClassName
{
background-color: #AFDFB5;
}
.BgClassName
{
background-color: #AFDFB5;
}
</style>
border-color css
<style>
span { border-color: #AFDFB5; }
span { border-color: rgb(175,223,181); }
td.TdClassName
{
border-color: #AFDFB5;
}
.TagClassName
{
border-color: #AFDFB5;
}
</style>