Shades of Oyster Pink #CFAFAA
Tints of Oyster Pink #CFAFAA
RGB
CMYK
RGB Variations
Color information
#CFAFAA (or 0xCFAFAA) is known color: Oyster Pink. HEX triplet: CF, AF and AA. RGB value is (207,175,170). Sum of RGB (Red+Green+Blue) = 207+175+170=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAFAA is #305055. Grayscale: #B8B8B8. Windows color (decimal): -3166294 or 11186127. OLE color: 11186127.
HSL color Cylindrical-coordinate representation of color #CFAFAA: hue angle of 8.11º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAFAA is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 170 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.19 |
| HSL | 8.11º | 0.28% | 0.74% | - |
| HSV(B) | 8.11º | 0.18% | 0.81% | - |
| XYZ | 48.32 | 46.83 | 44.52 | - |
| YUV | 184 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 170 | 0 | 0.15 | 0.18 | 0.19 | 8.11 | 0.28 | 0.74 |
| Hex | CF | AF | AA | 0 | F | 12 | 13 | 8 | 1C | 4A |
| Octal | 317 | 257 | 252 | 0 | 17 | 22 | 23 | 10 | 34 | 112 |
| Binary | 11001111 | 10101111 | 10101010 | 0 | 1111 | 10010 | 10011 | 1000 | 11100 | 1001010 |
Color Harmonies of #CFAFAA
Complementary color
Monochromatic Colors of #CFAFAA
Black with #CFAFAA
Text Example
Text Example
White with #CFAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFAA; }
p { color: rgb(207,175,170); }
H1.HeaderClassName
{
color: #CFAFAA;
}
.AnyTagClassName
{
color: #CFAFAA;
}
</style>
background-color css
<style>
a { background-color: #CFAFAA; }
a { background-color: rgb(207,175,170); }
div.DivClassName
{
background-color: #CFAFAA;
}
.BgClassName
{
background-color: #CFAFAA;
}
</style>
border-color css
<style>
span { border-color: #CFAFAA; }
span { border-color: rgb(207,175,170); }
td.TdClassName
{
border-color: #CFAFAA;
}
.TagClassName
{
border-color: #CFAFAA;
}
</style>