Shades of Fringy Flower #AFFFC3
Tints of Fringy Flower #AFFFC3
RGB
CMYK
RGB Variations
Color information
#AFFFC3 (or 0xAFFFC3) is known color: Fringy Flower. HEX triplet: AF, FF and C3. RGB value is (175,255,195). Sum of RGB (Red+Green+Blue) = 175+255+195=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC3 is #50003C. Grayscale: #E0E0E0. Windows color (decimal): -5242941 or 12844975. OLE color: 12844975.
HSL color Cylindrical-coordinate representation of color #AFFFC3: hue angle of 135º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFC3 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 195 | - |
| CMYK | 0.31 | 0 | 0.24 | 0 |
| HSL | 135º | 1% | 0.84% | - |
| HSV(B) | 135º | 0.31% | 1% | - |
| XYZ | 63.29 | 84.57 | 64.62 | - |
| YUV | 224.24 | 111.5 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 195 | 0.31 | 0 | 0.24 | 0 | 135 | 1 | 0.84 |
| Hex | AF | FF | C3 | 1F | 0 | 18 | 0 | 87 | 64 | 54 |
| Octal | 257 | 377 | 303 | 37 | 0 | 30 | 0 | 207 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11000011 | 11111 | 0 | 11000 | 0 | 10000111 | 1100100 | 1010100 |
Color Harmonies of #AFFFC3
Complementary color
Monochromatic Colors of #AFFFC3
Black with #AFFFC3
Text Example
Text Example
White with #AFFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFC3; }
p { color: rgb(175,255,195); }
H1.HeaderClassName
{
color: #AFFFC3;
}
.AnyTagClassName
{
color: #AFFFC3;
}
</style>
background-color css
<style>
a { background-color: #AFFFC3; }
a { background-color: rgb(175,255,195); }
div.DivClassName
{
background-color: #AFFFC3;
}
.BgClassName
{
background-color: #AFFFC3;
}
</style>
border-color css
<style>
span { border-color: #AFFFC3; }
span { border-color: rgb(175,255,195); }
td.TdClassName
{
border-color: #AFFFC3;
}
.TagClassName
{
border-color: #AFFFC3;
}
</style>