Shades of Carousel Pink #F5DEE3
Tints of Carousel Pink #F5DEE3
RGB
CMYK
RGB Variations
Color information
#F5DEE3 (or 0xF5DEE3) is known color: Carousel Pink. HEX triplet: F5, DE and E3. RGB value is (245,222,227). Sum of RGB (Red+Green+Blue) = 245+222+227=694 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.30% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 227 (89.06% from 255 or 32.71% from 694); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEE3 is #0A211C. Grayscale: #E5E5E5. Windows color (decimal): -663837 or 14933749. OLE color: 14933749.
HSL color Cylindrical-coordinate representation of color #F5DEE3: hue angle of 346.96º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DEE3 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 227 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.04 |
| HSL | 346.96º | 0.53% | 0.92% | - |
| HSV(B) | 346.96º | 0.09% | 0.96% | - |
| XYZ | 77.64 | 77.2 | 83.48 | - |
| YUV | 229.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 227 | 0 | 0.09 | 0.07 | 0.04 | 346.96 | 0.53 | 0.92 |
| Hex | F5 | DE | E3 | 0 | 9 | 7 | 4 | 15B | 35 | 5C |
| Octal | 365 | 336 | 343 | 0 | 11 | 7 | 4 | 533 | 65 | 134 |
| Binary | 11110101 | 11011110 | 11100011 | 0 | 1001 | 111 | 100 | 101011011 | 110101 | 1011100 |
Color Harmonies of #F5DEE3
Complementary color
Monochromatic Colors of #F5DEE3
Black with #F5DEE3
Text Example
Text Example
White with #F5DEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEE3; }
p { color: rgb(245,222,227); }
H1.HeaderClassName
{
color: #F5DEE3;
}
.AnyTagClassName
{
color: #F5DEE3;
}
</style>
background-color css
<style>
a { background-color: #F5DEE3; }
a { background-color: rgb(245,222,227); }
div.DivClassName
{
background-color: #F5DEE3;
}
.BgClassName
{
background-color: #F5DEE3;
}
</style>
border-color css
<style>
span { border-color: #F5DEE3; }
span { border-color: rgb(245,222,227); }
td.TdClassName
{
border-color: #F5DEE3;
}
.TagClassName
{
border-color: #F5DEE3;
}
</style>