Shades of Carousel Pink #FBDDE2
Tints of Carousel Pink #FBDDE2
RGB
CMYK
RGB Variations
Color information
#FBDDE2 (or 0xFBDDE2) is known color: Carousel Pink. HEX triplet: FB, DD and E2. RGB value is (251,221,226). Sum of RGB (Red+Green+Blue) = 251+221+226=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 226 (88.67% from 255 or 32.38% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDE2 is #04221D. Grayscale: #E6E6E6. Windows color (decimal): -270878 or 14867963. OLE color: 14867963.
HSL color Cylindrical-coordinate representation of color #FBDDE2: hue angle of 350º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDDE2 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 226 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.02 |
| HSL | 350º | 0.79% | 0.93% | - |
| HSV(B) | 350º | 0.12% | 0.98% | - |
| XYZ | 79.37 | 77.71 | 82.77 | - |
| YUV | 230.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 226 | 0 | 0.12 | 0.10 | 0.02 | 350 | 0.79 | 0.93 |
| Hex | FB | DD | E2 | 0 | C | A | 2 | 15E | 4F | 5D |
| Octal | 373 | 335 | 342 | 0 | 14 | 12 | 2 | 536 | 117 | 135 |
| Binary | 11111011 | 11011101 | 11100010 | 0 | 1100 | 1010 | 10 | 101011110 | 1001111 | 1011101 |
Color Harmonies of #FBDDE2
Complementary color
Monochromatic Colors of #FBDDE2
Black with #FBDDE2
Text Example
Text Example
White with #FBDDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDE2; }
p { color: rgb(251,221,226); }
H1.HeaderClassName
{
color: #FBDDE2;
}
.AnyTagClassName
{
color: #FBDDE2;
}
</style>
background-color css
<style>
a { background-color: #FBDDE2; }
a { background-color: rgb(251,221,226); }
div.DivClassName
{
background-color: #FBDDE2;
}
.BgClassName
{
background-color: #FBDDE2;
}
</style>
border-color css
<style>
span { border-color: #FBDDE2; }
span { border-color: rgb(251,221,226); }
td.TdClassName
{
border-color: #FBDDE2;
}
.TagClassName
{
border-color: #FBDDE2;
}
</style>