Shades of Fringy Flower #AFFFC1
Tints of Fringy Flower #AFFFC1
RGB
CMYK
RGB Variations
Color information
#AFFFC1 (or 0xAFFFC1) is known color: Fringy Flower. HEX triplet: AF, FF and C1. RGB value is (175,255,193). Sum of RGB (Red+Green+Blue) = 175+255+193=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC1 is #50003E. Grayscale: #E0E0E0. Windows color (decimal): -5242943 or 12713903. OLE color: 12713903.
HSL color Cylindrical-coordinate representation of color #AFFFC1: hue angle of 133.5º 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 #AFFFC1 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 193 | - |
| CMYK | 0.31 | 0 | 0.24 | 0 |
| HSL | 133.5º | 1% | 0.84% | - |
| HSV(B) | 133.5º | 0.31% | 1% | - |
| XYZ | 63.06 | 84.48 | 63.44 | - |
| YUV | 224.01 | 110.5 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 193 | 0.31 | 0 | 0.24 | 0 | 133.5 | 1 | 0.84 |
| Hex | AF | FF | C1 | 1F | 0 | 18 | 0 | 86 | 64 | 54 |
| Octal | 257 | 377 | 301 | 37 | 0 | 30 | 0 | 206 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11000001 | 11111 | 0 | 11000 | 0 | 10000110 | 1100100 | 1010100 |
Color Harmonies of #AFFFC1
Complementary color
Monochromatic Colors of #AFFFC1
Black with #AFFFC1
Text Example
Text Example
White with #AFFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFC1; }
p { color: rgb(175,255,193); }
H1.HeaderClassName
{
color: #AFFFC1;
}
.AnyTagClassName
{
color: #AFFFC1;
}
</style>
background-color css
<style>
a { background-color: #AFFFC1; }
a { background-color: rgb(175,255,193); }
div.DivClassName
{
background-color: #AFFFC1;
}
.BgClassName
{
background-color: #AFFFC1;
}
</style>
border-color css
<style>
span { border-color: #AFFFC1; }
span { border-color: rgb(175,255,193); }
td.TdClassName
{
border-color: #AFFFC1;
}
.TagClassName
{
border-color: #AFFFC1;
}
</style>