Shades of Pink #F8C2CA
Tints of Pink #F8C2CA
RGB
CMYK
RGB Variations
Color information
#F8C2CA (or 0xF8C2CA) is known color: Pink. HEX triplet: F8, C2 and CA. RGB value is (248,194,202). Sum of RGB (Red+Green+Blue) = 248+194+202=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C2CA is #073D35. Grayscale: #D3D3D3. Windows color (decimal): -474422 or 13288184. OLE color: 13288184.
HSL color Cylindrical-coordinate representation of color #F8C2CA: hue angle of 351.11º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8C2CA is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 202 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.03 |
| HSL | 351.11º | 0.79% | 0.87% | - |
| HSV(B) | 351.11º | 0.22% | 0.97% | - |
| XYZ | 68.66 | 62.8 | 64.38 | - |
| YUV | 211.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 202 | 0 | 0.22 | 0.19 | 0.03 | 351.11 | 0.79 | 0.87 |
| Hex | F8 | C2 | CA | 0 | 16 | 13 | 3 | 15F | 4F | 57 |
| Octal | 370 | 302 | 312 | 0 | 26 | 23 | 3 | 537 | 117 | 127 |
| Binary | 11111000 | 11000010 | 11001010 | 0 | 10110 | 10011 | 11 | 101011111 | 1001111 | 1010111 |
Color Harmonies of #F8C2CA
Complementary color
Monochromatic Colors of #F8C2CA
Black with #F8C2CA
Text Example
Text Example
White with #F8C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C2CA; }
p { color: rgb(248,194,202); }
H1.HeaderClassName
{
color: #F8C2CA;
}
.AnyTagClassName
{
color: #F8C2CA;
}
</style>
background-color css
<style>
a { background-color: #F8C2CA; }
a { background-color: rgb(248,194,202); }
div.DivClassName
{
background-color: #F8C2CA;
}
.BgClassName
{
background-color: #F8C2CA;
}
</style>
border-color css
<style>
span { border-color: #F8C2CA; }
span { border-color: rgb(248,194,202); }
td.TdClassName
{
border-color: #F8C2CA;
}
.TagClassName
{
border-color: #F8C2CA;
}
</style>