Shades of Pale Pink #F3DEDF
Tints of Pale Pink #F3DEDF
RGB
CMYK
RGB Variations
Color information
#F3DEDF (or 0xF3DEDF) is known color: Pale Pink. HEX triplet: F3, DE and DF. RGB value is (243,222,223). Sum of RGB (Red+Green+Blue) = 243+222+223=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEDF is #0C2120. Grayscale: #E4E4E4. Windows color (decimal): -794913 or 14671603. OLE color: 14671603.
HSL color Cylindrical-coordinate representation of color #F3DEDF: hue angle of 357.14º degrees, saturation: 0.47, 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 #F3DEDF is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 223 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.05 |
| HSL | 357.14º | 0.47% | 0.91% | - |
| HSV(B) | 357.14º | 0.09% | 0.95% | - |
| XYZ | 76.4 | 76.62 | 80.58 | - |
| YUV | 228.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 223 | 0 | 0.09 | 0.08 | 0.05 | 357.14 | 0.47 | 0.91 |
| Hex | F3 | DE | DF | 0 | 9 | 8 | 5 | 165 | 2F | 5B |
| Octal | 363 | 336 | 337 | 0 | 11 | 10 | 5 | 545 | 57 | 133 |
| Binary | 11110011 | 11011110 | 11011111 | 0 | 1001 | 1000 | 101 | 101100101 | 101111 | 1011011 |
Color Harmonies of #F3DEDF
Complementary color
Monochromatic Colors of #F3DEDF
Black with #F3DEDF
Text Example
Text Example
White with #F3DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DEDF; }
p { color: rgb(243,222,223); }
H1.HeaderClassName
{
color: #F3DEDF;
}
.AnyTagClassName
{
color: #F3DEDF;
}
</style>
background-color css
<style>
a { background-color: #F3DEDF; }
a { background-color: rgb(243,222,223); }
div.DivClassName
{
background-color: #F3DEDF;
}
.BgClassName
{
background-color: #F3DEDF;
}
</style>
border-color css
<style>
span { border-color: #F3DEDF; }
span { border-color: rgb(243,222,223); }
td.TdClassName
{
border-color: #F3DEDF;
}
.TagClassName
{
border-color: #F3DEDF;
}
</style>