Shades of Fringy Flower #AFF3BD
Tints of Fringy Flower #AFF3BD
RGB
CMYK
RGB Variations
Color information
#AFF3BD (or 0xAFF3BD) is known color: Fringy Flower. HEX triplet: AF, F3 and BD. RGB value is (175,243,189). Sum of RGB (Red+Green+Blue) = 175+243+189=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3BD is #500C42. Grayscale: #D8D8D8. Windows color (decimal): -5246019 or 12448687. OLE color: 12448687.
HSL color Cylindrical-coordinate representation of color #AFF3BD: hue angle of 132.35º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF3BD is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 189 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.05 |
| HSL | 132.35º | 0.74% | 0.82% | - |
| HSV(B) | 132.35º | 0.28% | 0.95% | - |
| XYZ | 58.92 | 76.89 | 59.88 | - |
| YUV | 216.51 | 112.47 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 189 | 0.28 | 0 | 0.22 | 0.05 | 132.35 | 0.74 | 0.82 |
| Hex | AF | F3 | BD | 1C | 0 | 16 | 5 | 84 | 4A | 52 |
| Octal | 257 | 363 | 275 | 34 | 0 | 26 | 5 | 204 | 112 | 122 |
| Binary | 10101111 | 11110011 | 10111101 | 11100 | 0 | 10110 | 101 | 10000100 | 1001010 | 1010010 |
Color Harmonies of #AFF3BD
Complementary color
Monochromatic Colors of #AFF3BD
Black with #AFF3BD
Text Example
Text Example
White with #AFF3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF3BD; }
p { color: rgb(175,243,189); }
H1.HeaderClassName
{
color: #AFF3BD;
}
.AnyTagClassName
{
color: #AFF3BD;
}
</style>
background-color css
<style>
a { background-color: #AFF3BD; }
a { background-color: rgb(175,243,189); }
div.DivClassName
{
background-color: #AFF3BD;
}
.BgClassName
{
background-color: #AFF3BD;
}
</style>
border-color css
<style>
span { border-color: #AFF3BD; }
span { border-color: rgb(175,243,189); }
td.TdClassName
{
border-color: #AFF3BD;
}
.TagClassName
{
border-color: #AFF3BD;
}
</style>