Shades of Carousel Pink #FFDBE2
Tints of Carousel Pink #FFDBE2
RGB
CMYK
RGB Variations
Color information
#FFDBE2 (or 0xFFDBE2) is known color: Carousel Pink. HEX triplet: FF, DB and E2. RGB value is (255,219,226). Sum of RGB (Red+Green+Blue) = 255+219+226=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBE2 is #00241D. Grayscale: #E6E6E6. Windows color (decimal): -9246 or 14867455. OLE color: 14867455.
HSL color Cylindrical-coordinate representation of color #FFDBE2: hue angle of 348.33º 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 #FFDBE2 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 219 | 226 | - |
CMYK | 0 | 0.14 | 0.11 | 0 |
HSL | 348.33º | 1% | 0.93% | - |
HSV(B) | 348.33º | 0.14% | 1% | - |
XYZ | 80.3 | 77.41 | 82.66 | - |
YUV | 230.56 | 125.43 | 145.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 219 | 226 | 0 | 0.14 | 0.11 | 0 | 348.33 | 1 | 0.93 |
Hex | FF | DB | E2 | 0 | E | B | 0 | 15C | 64 | 5D |
Octal | 377 | 333 | 342 | 0 | 16 | 13 | 0 | 534 | 144 | 135 |
Binary | 11111111 | 11011011 | 11100010 | 0 | 1110 | 1011 | 0 | 101011100 | 1100100 | 1011101 |
Color Harmonies of #FFDBE2
Complementary color
Monochromatic Colors of #FFDBE2
Black with #FFDBE2
Text Example
Text Example
White with #FFDBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBE2; }
p { color: rgb(255,219,226); }
H1.HeaderClassName
{
color: #FFDBE2;
}
.AnyTagClassName
{
color: #FFDBE2;
}
</style>
background-color css
<style>
a { background-color: #FFDBE2; }
a { background-color: rgb(255,219,226); }
div.DivClassName
{
background-color: #FFDBE2;
}
.BgClassName
{
background-color: #FFDBE2;
}
</style>
border-color css
<style>
span { border-color: #FFDBE2; }
span { border-color: rgb(255,219,226); }
td.TdClassName
{
border-color: #FFDBE2;
}
.TagClassName
{
border-color: #FFDBE2;
}
</style>