Shades of Pig Pink #F3DCE8
Tints of Pig Pink #F3DCE8
RGB
CMYK
RGB Variations
Color information
#F3DCE8 (or 0xF3DCE8) is known color: Pig Pink. HEX triplet: F3, DC and E8. RGB value is (243,220,232). Sum of RGB (Red+Green+Blue) = 243+220+232=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 232 (91.02% from 255 or 33.38% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DCE8 is #0C2317. Grayscale: #E4E4E4. Windows color (decimal): -795416 or 15260915. OLE color: 15260915.
HSL color Cylindrical-coordinate representation of color #F3DCE8: hue angle of 328.7º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3DCE8 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 232 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.05 |
| HSL | 328.7º | 0.49% | 0.91% | - |
| HSV(B) | 328.7º | 0.09% | 0.95% | - |
| XYZ | 77.12 | 76.07 | 86.96 | - |
| YUV | 228.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 232 | 0 | 0.09 | 0.05 | 0.05 | 328.7 | 0.49 | 0.91 |
| Hex | F3 | DC | E8 | 0 | 9 | 5 | 5 | 149 | 31 | 5B |
| Octal | 363 | 334 | 350 | 0 | 11 | 5 | 5 | 511 | 61 | 133 |
| Binary | 11110011 | 11011100 | 11101000 | 0 | 1001 | 101 | 101 | 101001001 | 110001 | 1011011 |
Color Harmonies of #F3DCE8
Complementary color
Monochromatic Colors of #F3DCE8
Black with #F3DCE8
Text Example
Text Example
White with #F3DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCE8; }
p { color: rgb(243,220,232); }
H1.HeaderClassName
{
color: #F3DCE8;
}
.AnyTagClassName
{
color: #F3DCE8;
}
</style>
background-color css
<style>
a { background-color: #F3DCE8; }
a { background-color: rgb(243,220,232); }
div.DivClassName
{
background-color: #F3DCE8;
}
.BgClassName
{
background-color: #F3DCE8;
}
</style>
border-color css
<style>
span { border-color: #F3DCE8; }
span { border-color: rgb(243,220,232); }
td.TdClassName
{
border-color: #F3DCE8;
}
.TagClassName
{
border-color: #F3DCE8;
}
</style>