Shades of Fringy Flower #AFFAC0
Tints of Fringy Flower #AFFAC0
RGB
CMYK
RGB Variations
Color information
#AFFAC0 (or 0xAFFAC0) is known color: Fringy Flower. HEX triplet: AF, FA and C0. RGB value is (175,250,192). Sum of RGB (Red+Green+Blue) = 175+250+192=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAC0 is #50053F. Grayscale: #DDDDDD. Windows color (decimal): -5244224 or 12647087. OLE color: 12647087.
HSL color Cylindrical-coordinate representation of color #AFFAC0: hue angle of 133.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAC0 is Cyan = 0.3, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 192 | - |
| CMYK | 0.3 | 0 | 0.23 | 0.02 |
| HSL | 133.6º | 0.88% | 0.83% | - |
| HSV(B) | 133.6º | 0.3% | 0.98% | - |
| XYZ | 61.38 | 81.29 | 62.32 | - |
| YUV | 220.96 | 111.65 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 192 | 0.3 | 0 | 0.23 | 0.02 | 133.6 | 0.88 | 0.83 |
| Hex | AF | FA | C0 | 1E | 0 | 17 | 2 | 86 | 58 | 53 |
| Octal | 257 | 372 | 300 | 36 | 0 | 27 | 2 | 206 | 130 | 123 |
| Binary | 10101111 | 11111010 | 11000000 | 11110 | 0 | 10111 | 10 | 10000110 | 1011000 | 1010011 |
Color Harmonies of #AFFAC0
Complementary color
Monochromatic Colors of #AFFAC0
Black with #AFFAC0
Text Example
Text Example
White with #AFFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFAC0; }
p { color: rgb(175,250,192); }
H1.HeaderClassName
{
color: #AFFAC0;
}
.AnyTagClassName
{
color: #AFFAC0;
}
</style>
background-color css
<style>
a { background-color: #AFFAC0; }
a { background-color: rgb(175,250,192); }
div.DivClassName
{
background-color: #AFFAC0;
}
.BgClassName
{
background-color: #AFFAC0;
}
</style>
border-color css
<style>
span { border-color: #AFFAC0; }
span { border-color: rgb(175,250,192); }
td.TdClassName
{
border-color: #AFFAC0;
}
.TagClassName
{
border-color: #AFFAC0;
}
</style>