Shades of Carousel Pink #FBD8DE
Tints of Carousel Pink #FBD8DE
RGB
CMYK
RGB Variations
Color information
#FBD8DE (or 0xFBD8DE) is known color: Carousel Pink. HEX triplet: FB, D8 and DE. RGB value is (251,216,222). Sum of RGB (Red+Green+Blue) = 251+216+222=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD8DE is #042721. Grayscale: #E3E3E3. Windows color (decimal): -272162 or 14604539. OLE color: 14604539.
HSL color Cylindrical-coordinate representation of color #FBD8DE: hue angle of 349.71º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBD8DE is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 216 | 222 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.02 |
| HSL | 349.71º | 0.81% | 0.92% | - |
| HSV(B) | 349.71º | 0.14% | 0.98% | - |
| XYZ | 77.52 | 74.89 | 79.48 | - |
| YUV | 227.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 216 | 222 | 0 | 0.14 | 0.12 | 0.02 | 349.71 | 0.81 | 0.92 |
| Hex | FB | D8 | DE | 0 | E | C | 2 | 15E | 51 | 5C |
| Octal | 373 | 330 | 336 | 0 | 16 | 14 | 2 | 536 | 121 | 134 |
| Binary | 11111011 | 11011000 | 11011110 | 0 | 1110 | 1100 | 10 | 101011110 | 1010001 | 1011100 |
Color Harmonies of #FBD8DE
Complementary color
Monochromatic Colors of #FBD8DE
Black with #FBD8DE
Text Example
Text Example
White with #FBD8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD8DE; }
p { color: rgb(251,216,222); }
H1.HeaderClassName
{
color: #FBD8DE;
}
.AnyTagClassName
{
color: #FBD8DE;
}
</style>
background-color css
<style>
a { background-color: #FBD8DE; }
a { background-color: rgb(251,216,222); }
div.DivClassName
{
background-color: #FBD8DE;
}
.BgClassName
{
background-color: #FBD8DE;
}
</style>
border-color css
<style>
span { border-color: #FBD8DE; }
span { border-color: rgb(251,216,222); }
td.TdClassName
{
border-color: #FBD8DE;
}
.TagClassName
{
border-color: #FBD8DE;
}
</style>