Shades of Fringy Flower #AFEABB
Tints of Fringy Flower #AFEABB
RGB
CMYK
RGB Variations
Color information
#AFEABB (or 0xAFEABB) is known color: Fringy Flower. HEX triplet: AF, EA and BB. RGB value is (175,234,187). Sum of RGB (Red+Green+Blue) = 175+234+187=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEABB is #501544. Grayscale: #D3D3D3. Windows color (decimal): -5248325 or 12315311. OLE color: 12315311.
HSL color Cylindrical-coordinate representation of color #AFEABB: hue angle of 132.2º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEABB is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 187 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.08 |
| HSL | 132.2º | 0.58% | 0.8% | - |
| HSV(B) | 132.2º | 0.25% | 0.92% | - |
| XYZ | 56.07 | 71.55 | 57.87 | - |
| YUV | 211 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 187 | 0.25 | 0 | 0.20 | 0.08 | 132.2 | 0.58 | 0.8 |
| Hex | AF | EA | BB | 19 | 0 | 14 | 8 | 84 | 3A | 50 |
| Octal | 257 | 352 | 273 | 31 | 0 | 24 | 10 | 204 | 72 | 120 |
| Binary | 10101111 | 11101010 | 10111011 | 11001 | 0 | 10100 | 1000 | 10000100 | 111010 | 1010000 |
Color Harmonies of #AFEABB
Complementary color
Monochromatic Colors of #AFEABB
Black with #AFEABB
Text Example
Text Example
White with #AFEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEABB; }
p { color: rgb(175,234,187); }
H1.HeaderClassName
{
color: #AFEABB;
}
.AnyTagClassName
{
color: #AFEABB;
}
</style>
background-color css
<style>
a { background-color: #AFEABB; }
a { background-color: rgb(175,234,187); }
div.DivClassName
{
background-color: #AFEABB;
}
.BgClassName
{
background-color: #AFEABB;
}
</style>
border-color css
<style>
span { border-color: #AFEABB; }
span { border-color: rgb(175,234,187); }
td.TdClassName
{
border-color: #AFEABB;
}
.TagClassName
{
border-color: #AFEABB;
}
</style>