Shades of Carousel Pink #FBDCE3
Tints of Carousel Pink #FBDCE3
RGB
CMYK
RGB Variations
Color information
#FBDCE3 (or 0xFBDCE3) is known color: Carousel Pink. HEX triplet: FB, DC and E3. RGB value is (251,220,227). Sum of RGB (Red+Green+Blue) = 251+220+227=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 227 (89.06% from 255 or 32.52% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCE3 is #04231C. Grayscale: #E6E6E6. Windows color (decimal): -271133 or 14933243. OLE color: 14933243.
HSL color Cylindrical-coordinate representation of color #FBDCE3: hue angle of 346.45º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDCE3 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 227 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.02 |
| HSL | 346.45º | 0.79% | 0.92% | - |
| HSV(B) | 346.45º | 0.12% | 0.98% | - |
| XYZ | 79.24 | 77.24 | 83.41 | - |
| YUV | 230.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 227 | 0 | 0.12 | 0.10 | 0.02 | 346.45 | 0.79 | 0.92 |
| Hex | FB | DC | E3 | 0 | C | A | 2 | 15A | 4F | 5C |
| Octal | 373 | 334 | 343 | 0 | 14 | 12 | 2 | 532 | 117 | 134 |
| Binary | 11111011 | 11011100 | 11100011 | 0 | 1100 | 1010 | 10 | 101011010 | 1001111 | 1011100 |
Color Harmonies of #FBDCE3
Complementary color
Monochromatic Colors of #FBDCE3
Black with #FBDCE3
Text Example
Text Example
White with #FBDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCE3; }
p { color: rgb(251,220,227); }
H1.HeaderClassName
{
color: #FBDCE3;
}
.AnyTagClassName
{
color: #FBDCE3;
}
</style>
background-color css
<style>
a { background-color: #FBDCE3; }
a { background-color: rgb(251,220,227); }
div.DivClassName
{
background-color: #FBDCE3;
}
.BgClassName
{
background-color: #FBDCE3;
}
</style>
border-color css
<style>
span { border-color: #FBDCE3; }
span { border-color: rgb(251,220,227); }
td.TdClassName
{
border-color: #FBDCE3;
}
.TagClassName
{
border-color: #FBDCE3;
}
</style>