Shades of Carousel Pink #F3DAE0
Tints of Carousel Pink #F3DAE0
RGB
CMYK
RGB Variations
Color information
#F3DAE0 (or 0xF3DAE0) is known color: Carousel Pink. HEX triplet: F3, DA and E0. RGB value is (243,218,224). Sum of RGB (Red+Green+Blue) = 243+218+224=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 224 (87.89% from 255 or 32.70% from 685); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DAE0 is #0C251F. Grayscale: #E2E2E2. Windows color (decimal): -795936 or 14736115. OLE color: 14736115.
HSL color Cylindrical-coordinate representation of color #F3DAE0: hue angle of 345.6º 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 #F3DAE0 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 224 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.05 |
| HSL | 345.6º | 0.51% | 0.9% | - |
| HSV(B) | 345.6º | 0.1% | 0.95% | - |
| XYZ | 75.49 | 74.58 | 80.94 | - |
| YUV | 226.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 224 | 0 | 0.10 | 0.08 | 0.05 | 345.6 | 0.51 | 0.9 |
| Hex | F3 | DA | E0 | 0 | A | 8 | 5 | 15A | 33 | 5A |
| Octal | 363 | 332 | 340 | 0 | 12 | 10 | 5 | 532 | 63 | 132 |
| Binary | 11110011 | 11011010 | 11100000 | 0 | 1010 | 1000 | 101 | 101011010 | 110011 | 1011010 |
Color Harmonies of #F3DAE0
Complementary color
Monochromatic Colors of #F3DAE0
Black with #F3DAE0
Text Example
Text Example
White with #F3DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DAE0; }
p { color: rgb(243,218,224); }
H1.HeaderClassName
{
color: #F3DAE0;
}
.AnyTagClassName
{
color: #F3DAE0;
}
</style>
background-color css
<style>
a { background-color: #F3DAE0; }
a { background-color: rgb(243,218,224); }
div.DivClassName
{
background-color: #F3DAE0;
}
.BgClassName
{
background-color: #F3DAE0;
}
</style>
border-color css
<style>
span { border-color: #F3DAE0; }
span { border-color: rgb(243,218,224); }
td.TdClassName
{
border-color: #F3DAE0;
}
.TagClassName
{
border-color: #F3DAE0;
}
</style>