Shades of Scandal #AFCFC9
Tints of Scandal #AFCFC9
RGB
CMYK
RGB Variations
Color information
#AFCFC9 (or 0xAFCFC9) is known color: Scandal. HEX triplet: AF, CF and C9. RGB value is (175,207,201). Sum of RGB (Red+Green+Blue) = 175+207+201=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFC9 is #503036. Grayscale: #C4C4C4. Windows color (decimal): -5255223 or 13225903. OLE color: 13225903.
HSL color Cylindrical-coordinate representation of color #AFCFC9: hue angle of 168.75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCFC9 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 201 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.19 |
| HSL | 168.75º | 0.25% | 0.75% | - |
| HSV(B) | 168.75º | 0.15% | 0.81% | - |
| XYZ | 50.53 | 57.96 | 63.78 | - |
| YUV | 196.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 201 | 0.15 | 0 | 0.03 | 0.19 | 168.75 | 0.25 | 0.75 |
| Hex | AF | CF | C9 | F | 0 | 3 | 13 | A9 | 19 | 4B |
| Octal | 257 | 317 | 311 | 17 | 0 | 3 | 23 | 251 | 31 | 113 |
| Binary | 10101111 | 11001111 | 11001001 | 1111 | 0 | 11 | 10011 | 10101001 | 11001 | 1001011 |
Color Harmonies of #AFCFC9
Complementary color
Monochromatic Colors of #AFCFC9
Black with #AFCFC9
Text Example
Text Example
White with #AFCFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFC9; }
p { color: rgb(175,207,201); }
H1.HeaderClassName
{
color: #AFCFC9;
}
.AnyTagClassName
{
color: #AFCFC9;
}
</style>
background-color css
<style>
a { background-color: #AFCFC9; }
a { background-color: rgb(175,207,201); }
div.DivClassName
{
background-color: #AFCFC9;
}
.BgClassName
{
background-color: #AFCFC9;
}
</style>
border-color css
<style>
span { border-color: #AFCFC9; }
span { border-color: rgb(175,207,201); }
td.TdClassName
{
border-color: #AFCFC9;
}
.TagClassName
{
border-color: #AFCFC9;
}
</style>