Shades of Fringy Flower #AFDFC3
Tints of Fringy Flower #AFDFC3
RGB
CMYK
RGB Variations
Color information
#AFDFC3 (or 0xAFDFC3) is known color: Fringy Flower. HEX triplet: AF, DF and C3. RGB value is (175,223,195). Sum of RGB (Red+Green+Blue) = 175+223+195=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFC3 is #50203C. Grayscale: #CDCDCD. Windows color (decimal): -5251133 or 12836783. OLE color: 12836783.
HSL color Cylindrical-coordinate representation of color #AFDFC3: hue angle of 145º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFC3 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 195 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.13 |
| HSL | 145º | 0.43% | 0.78% | - |
| HSV(B) | 145º | 0.22% | 0.87% | - |
| XYZ | 53.92 | 65.83 | 61.49 | - |
| YUV | 205.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 195 | 0.22 | 0 | 0.13 | 0.13 | 145 | 0.43 | 0.78 |
| Hex | AF | DF | C3 | 16 | 0 | D | D | 91 | 2B | 4E |
| Octal | 257 | 337 | 303 | 26 | 0 | 15 | 15 | 221 | 53 | 116 |
| Binary | 10101111 | 11011111 | 11000011 | 10110 | 0 | 1101 | 1101 | 10010001 | 101011 | 1001110 |
Color Harmonies of #AFDFC3
Complementary color
Monochromatic Colors of #AFDFC3
Black with #AFDFC3
Text Example
Text Example
White with #AFDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFC3; }
p { color: rgb(175,223,195); }
H1.HeaderClassName
{
color: #AFDFC3;
}
.AnyTagClassName
{
color: #AFDFC3;
}
</style>
background-color css
<style>
a { background-color: #AFDFC3; }
a { background-color: rgb(175,223,195); }
div.DivClassName
{
background-color: #AFDFC3;
}
.BgClassName
{
background-color: #AFDFC3;
}
</style>
border-color css
<style>
span { border-color: #AFDFC3; }
span { border-color: rgb(175,223,195); }
td.TdClassName
{
border-color: #AFDFC3;
}
.TagClassName
{
border-color: #AFDFC3;
}
</style>