Shades of Pale Pink #F3DADC
Tints of Pale Pink #F3DADC
RGB
CMYK
RGB Variations
Color information
#F3DADC (or 0xF3DADC) is known color: Pale Pink. HEX triplet: F3, DA and DC. RGB value is (243,218,220). Sum of RGB (Red+Green+Blue) = 243+218+220=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DADC is #0C2523. Grayscale: #E1E1E1. Windows color (decimal): -795940 or 14473971. OLE color: 14473971.
HSL color Cylindrical-coordinate representation of color #F3DADC: hue angle of 355.2º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DADC is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 220 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.05 |
| HSL | 355.2º | 0.51% | 0.9% | - |
| HSV(B) | 355.2º | 0.1% | 0.95% | - |
| XYZ | 74.95 | 74.36 | 78.11 | - |
| YUV | 225.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 220 | 0 | 0.10 | 0.09 | 0.05 | 355.2 | 0.51 | 0.9 |
| Hex | F3 | DA | DC | 0 | A | 9 | 5 | 163 | 33 | 5A |
| Octal | 363 | 332 | 334 | 0 | 12 | 11 | 5 | 543 | 63 | 132 |
| Binary | 11110011 | 11011010 | 11011100 | 0 | 1010 | 1001 | 101 | 101100011 | 110011 | 1011010 |
Color Harmonies of #F3DADC
Complementary color
Monochromatic Colors of #F3DADC
Black with #F3DADC
Text Example
Text Example
White with #F3DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DADC; }
p { color: rgb(243,218,220); }
H1.HeaderClassName
{
color: #F3DADC;
}
.AnyTagClassName
{
color: #F3DADC;
}
</style>
background-color css
<style>
a { background-color: #F3DADC; }
a { background-color: rgb(243,218,220); }
div.DivClassName
{
background-color: #F3DADC;
}
.BgClassName
{
background-color: #F3DADC;
}
</style>
border-color css
<style>
span { border-color: #F3DADC; }
span { border-color: rgb(243,218,220); }
td.TdClassName
{
border-color: #F3DADC;
}
.TagClassName
{
border-color: #F3DADC;
}
</style>