Shades of Carousel Pink #FBDBE1
Tints of Carousel Pink #FBDBE1
RGB
CMYK
RGB Variations
Color information
#FBDBE1 (or 0xFBDBE1) is known color: Carousel Pink. HEX triplet: FB, DB and E1. RGB value is (251,219,225). Sum of RGB (Red+Green+Blue) = 251+219+225=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBE1 is #04241E. Grayscale: #E5E5E5. Windows color (decimal): -271391 or 14801915. OLE color: 14801915.
HSL color Cylindrical-coordinate representation of color #FBDBE1: hue angle of 348.75º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDBE1 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 225 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.02 |
| HSL | 348.75º | 0.8% | 0.92% | - |
| HSV(B) | 348.75º | 0.13% | 0.98% | - |
| XYZ | 78.71 | 76.61 | 81.87 | - |
| YUV | 229.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 225 | 0 | 0.13 | 0.10 | 0.02 | 348.75 | 0.8 | 0.92 |
| Hex | FB | DB | E1 | 0 | D | A | 2 | 15D | 50 | 5C |
| Octal | 373 | 333 | 341 | 0 | 15 | 12 | 2 | 535 | 120 | 134 |
| Binary | 11111011 | 11011011 | 11100001 | 0 | 1101 | 1010 | 10 | 101011101 | 1010000 | 1011100 |
Color Harmonies of #FBDBE1
Complementary color
Monochromatic Colors of #FBDBE1
Black with #FBDBE1
Text Example
Text Example
White with #FBDBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBE1; }
p { color: rgb(251,219,225); }
H1.HeaderClassName
{
color: #FBDBE1;
}
.AnyTagClassName
{
color: #FBDBE1;
}
</style>
background-color css
<style>
a { background-color: #FBDBE1; }
a { background-color: rgb(251,219,225); }
div.DivClassName
{
background-color: #FBDBE1;
}
.BgClassName
{
background-color: #FBDBE1;
}
</style>
border-color css
<style>
span { border-color: #FBDBE1; }
span { border-color: rgb(251,219,225); }
td.TdClassName
{
border-color: #FBDBE1;
}
.TagClassName
{
border-color: #FBDBE1;
}
</style>