Shades of Scandal #AFCFC8
Tints of Scandal #AFCFC8
RGB
CMYK
RGB Variations
Color information
#AFCFC8 (or 0xAFCFC8) is known color: Scandal. HEX triplet: AF, CF and C8. RGB value is (175,207,200). Sum of RGB (Red+Green+Blue) = 175+207+200=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFC8 is #503037. Grayscale: #C4C4C4. Windows color (decimal): -5255224 or 13160367. OLE color: 13160367.
HSL color Cylindrical-coordinate representation of color #AFCFC8: hue angle of 166.88º 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 #AFCFC8 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 200 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.19 |
| HSL | 166.88º | 0.25% | 0.75% | - |
| HSV(B) | 166.88º | 0.15% | 0.81% | - |
| XYZ | 50.42 | 57.91 | 63.16 | - |
| YUV | 196.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 200 | 0.15 | 0 | 0.03 | 0.19 | 166.88 | 0.25 | 0.75 |
| Hex | AF | CF | C8 | F | 0 | 3 | 13 | A7 | 19 | 4B |
| Octal | 257 | 317 | 310 | 17 | 0 | 3 | 23 | 247 | 31 | 113 |
| Binary | 10101111 | 11001111 | 11001000 | 1111 | 0 | 11 | 10011 | 10100111 | 11001 | 1001011 |
Color Harmonies of #AFCFC8
Complementary color
Monochromatic Colors of #AFCFC8
Black with #AFCFC8
Text Example
Text Example
White with #AFCFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFC8; }
p { color: rgb(175,207,200); }
H1.HeaderClassName
{
color: #AFCFC8;
}
.AnyTagClassName
{
color: #AFCFC8;
}
</style>
background-color css
<style>
a { background-color: #AFCFC8; }
a { background-color: rgb(175,207,200); }
div.DivClassName
{
background-color: #AFCFC8;
}
.BgClassName
{
background-color: #AFCFC8;
}
</style>
border-color css
<style>
span { border-color: #AFCFC8; }
span { border-color: rgb(175,207,200); }
td.TdClassName
{
border-color: #AFCFC8;
}
.TagClassName
{
border-color: #AFCFC8;
}
</style>