Shades of Carousel Pink #FFDBE3
Tints of Carousel Pink #FFDBE3
RGB
CMYK
RGB Variations
Color information
#FFDBE3 (or 0xFFDBE3) is known color: Carousel Pink. HEX triplet: FF, DB and E3. RGB value is (255,219,227). Sum of RGB (Red+Green+Blue) = 255+219+227=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 227 (89.06% from 255 or 32.38% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBE3 is #00241C. Grayscale: #E6E6E6. Windows color (decimal): -9245 or 14932991. OLE color: 14932991.
HSL color Cylindrical-coordinate representation of color #FFDBE3: hue angle of 346.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDBE3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 227 | - |
| CMYK | 0 | 0.14 | 0.11 | 0 |
| HSL | 346.67º | 1% | 0.93% | - |
| HSV(B) | 346.67º | 0.14% | 1% | - |
| XYZ | 80.44 | 77.47 | 83.39 | - |
| YUV | 230.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 227 | 0 | 0.14 | 0.11 | 0 | 346.67 | 1 | 0.93 |
| Hex | FF | DB | E3 | 0 | E | B | 0 | 15B | 64 | 5D |
| Octal | 377 | 333 | 343 | 0 | 16 | 13 | 0 | 533 | 144 | 135 |
| Binary | 11111111 | 11011011 | 11100011 | 0 | 1110 | 1011 | 0 | 101011011 | 1100100 | 1011101 |
Color Harmonies of #FFDBE3
Complementary color
Monochromatic Colors of #FFDBE3
Black with #FFDBE3
Text Example
Text Example
White with #FFDBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBE3; }
p { color: rgb(255,219,227); }
H1.HeaderClassName
{
color: #FFDBE3;
}
.AnyTagClassName
{
color: #FFDBE3;
}
</style>
background-color css
<style>
a { background-color: #FFDBE3; }
a { background-color: rgb(255,219,227); }
div.DivClassName
{
background-color: #FFDBE3;
}
.BgClassName
{
background-color: #FFDBE3;
}
</style>
border-color css
<style>
span { border-color: #FFDBE3; }
span { border-color: rgb(255,219,227); }
td.TdClassName
{
border-color: #FFDBE3;
}
.TagClassName
{
border-color: #FFDBE3;
}
</style>