Shades of Carousel Pink #F3D9E0
Tints of Carousel Pink #F3D9E0
RGB
CMYK
RGB Variations
Color information
#F3D9E0 (or 0xF3D9E0) is known color: Carousel Pink. HEX triplet: F3, D9 and E0. RGB value is (243,217,224). Sum of RGB (Red+Green+Blue) = 243+217+224=684 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.53% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D9E0 is #0C261F. Grayscale: #E1E1E1. Windows color (decimal): -796192 or 14735859. OLE color: 14735859.
HSL color Cylindrical-coordinate representation of color #F3D9E0: hue angle of 343.85º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F3D9E0 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 224 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.05 |
| HSL | 343.85º | 0.52% | 0.9% | - |
| HSV(B) | 343.85º | 0.11% | 0.95% | - |
| XYZ | 75.23 | 74.06 | 80.85 | - |
| YUV | 225.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 224 | 0 | 0.11 | 0.08 | 0.05 | 343.85 | 0.52 | 0.9 |
| Hex | F3 | D9 | E0 | 0 | B | 8 | 5 | 158 | 34 | 5A |
| Octal | 363 | 331 | 340 | 0 | 13 | 10 | 5 | 530 | 64 | 132 |
| Binary | 11110011 | 11011001 | 11100000 | 0 | 1011 | 1000 | 101 | 101011000 | 110100 | 1011010 |
Color Harmonies of #F3D9E0
Complementary color
Monochromatic Colors of #F3D9E0
Black with #F3D9E0
Text Example
Text Example
White with #F3D9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D9E0; }
p { color: rgb(243,217,224); }
H1.HeaderClassName
{
color: #F3D9E0;
}
.AnyTagClassName
{
color: #F3D9E0;
}
</style>
background-color css
<style>
a { background-color: #F3D9E0; }
a { background-color: rgb(243,217,224); }
div.DivClassName
{
background-color: #F3D9E0;
}
.BgClassName
{
background-color: #F3D9E0;
}
</style>
border-color css
<style>
span { border-color: #F3D9E0; }
span { border-color: rgb(243,217,224); }
td.TdClassName
{
border-color: #F3D9E0;
}
.TagClassName
{
border-color: #F3D9E0;
}
</style>