Shades of Carousel Pink #F5DBE1
Tints of Carousel Pink #F5DBE1
RGB
CMYK
RGB Variations
Color information
#F5DBE1 (or 0xF5DBE1) is known color: Carousel Pink. HEX triplet: F5, DB and E1. RGB value is (245,219,225). Sum of RGB (Red+Green+Blue) = 245+219+225=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 225 (88.28% from 255 or 32.66% from 689); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DBE1 is #0A241E. Grayscale: #E3E3E3. Windows color (decimal): -664607 or 14801909. OLE color: 14801909.
HSL color Cylindrical-coordinate representation of color #F5DBE1: hue angle of 346.15º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DBE1 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 225 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.04 |
| HSL | 346.15º | 0.57% | 0.91% | - |
| HSV(B) | 346.15º | 0.11% | 0.96% | - |
| XYZ | 76.58 | 75.51 | 81.77 | - |
| YUV | 227.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 225 | 0 | 0.11 | 0.08 | 0.04 | 346.15 | 0.57 | 0.91 |
| Hex | F5 | DB | E1 | 0 | B | 8 | 4 | 15A | 39 | 5B |
| Octal | 365 | 333 | 341 | 0 | 13 | 10 | 4 | 532 | 71 | 133 |
| Binary | 11110101 | 11011011 | 11100001 | 0 | 1011 | 1000 | 100 | 101011010 | 111001 | 1011011 |
Color Harmonies of #F5DBE1
Complementary color
Monochromatic Colors of #F5DBE1
Black with #F5DBE1
Text Example
Text Example
White with #F5DBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBE1; }
p { color: rgb(245,219,225); }
H1.HeaderClassName
{
color: #F5DBE1;
}
.AnyTagClassName
{
color: #F5DBE1;
}
</style>
background-color css
<style>
a { background-color: #F5DBE1; }
a { background-color: rgb(245,219,225); }
div.DivClassName
{
background-color: #F5DBE1;
}
.BgClassName
{
background-color: #F5DBE1;
}
</style>
border-color css
<style>
span { border-color: #F5DBE1; }
span { border-color: rgb(245,219,225); }
td.TdClassName
{
border-color: #F5DBE1;
}
.TagClassName
{
border-color: #F5DBE1;
}
</style>