Shades of Carousel Pink #FBD8E0
Tints of Carousel Pink #FBD8E0
RGB
CMYK
RGB Variations
Color information
#FBD8E0 (or 0xFBD8E0) is known color: Carousel Pink. HEX triplet: FB, D8 and E0. RGB value is (251,216,224). Sum of RGB (Red+Green+Blue) = 251+216+224=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 216 (84.77% from 255 or 31.26% from 691); Blue value is 224 (87.89% from 255 or 32.42% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD8E0 is #04271F. Grayscale: #E3E3E3. Windows color (decimal): -272160 or 14735611. OLE color: 14735611.
HSL color Cylindrical-coordinate representation of color #FBD8E0: hue angle of 346.29º 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 #FBD8E0 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 216 | 224 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.02 |
| HSL | 346.29º | 0.81% | 0.92% | - |
| HSV(B) | 346.29º | 0.14% | 0.98% | - |
| XYZ | 77.79 | 75 | 80.9 | - |
| YUV | 227.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 216 | 224 | 0 | 0.14 | 0.11 | 0.02 | 346.29 | 0.81 | 0.92 |
| Hex | FB | D8 | E0 | 0 | E | B | 2 | 15A | 51 | 5C |
| Octal | 373 | 330 | 340 | 0 | 16 | 13 | 2 | 532 | 121 | 134 |
| Binary | 11111011 | 11011000 | 11100000 | 0 | 1110 | 1011 | 10 | 101011010 | 1010001 | 1011100 |
Color Harmonies of #FBD8E0
Complementary color
Monochromatic Colors of #FBD8E0
Black with #FBD8E0
Text Example
Text Example
White with #FBD8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD8E0; }
p { color: rgb(251,216,224); }
H1.HeaderClassName
{
color: #FBD8E0;
}
.AnyTagClassName
{
color: #FBD8E0;
}
</style>
background-color css
<style>
a { background-color: #FBD8E0; }
a { background-color: rgb(251,216,224); }
div.DivClassName
{
background-color: #FBD8E0;
}
.BgClassName
{
background-color: #FBD8E0;
}
</style>
border-color css
<style>
span { border-color: #FBD8E0; }
span { border-color: rgb(251,216,224); }
td.TdClassName
{
border-color: #FBD8E0;
}
.TagClassName
{
border-color: #FBD8E0;
}
</style>