Shades of Carousel Pink #FBDFE3
Tints of Carousel Pink #FBDFE3
RGB
CMYK
RGB Variations
Color information
#FBDFE3 (or 0xFBDFE3) is known color: Carousel Pink. HEX triplet: FB, DF and E3. RGB value is (251,223,227). Sum of RGB (Red+Green+Blue) = 251+223+227=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 227 (89.06% from 255 or 32.38% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFE3 is #04201C. Grayscale: #E7E7E7. Windows color (decimal): -270365 or 14934011. OLE color: 14934011.
HSL color Cylindrical-coordinate representation of color #FBDFE3: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBDFE3 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 227 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.02 |
| HSL | 351.43º | 0.78% | 0.93% | - |
| HSV(B) | 351.43º | 0.11% | 0.98% | - |
| XYZ | 80.04 | 78.83 | 83.67 | - |
| YUV | 231.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 227 | 0 | 0.11 | 0.10 | 0.02 | 351.43 | 0.78 | 0.93 |
| Hex | FB | DF | E3 | 0 | B | A | 2 | 15F | 4E | 5D |
| Octal | 373 | 337 | 343 | 0 | 13 | 12 | 2 | 537 | 116 | 135 |
| Binary | 11111011 | 11011111 | 11100011 | 0 | 1011 | 1010 | 10 | 101011111 | 1001110 | 1011101 |
Color Harmonies of #FBDFE3
Complementary color
Monochromatic Colors of #FBDFE3
Black with #FBDFE3
Text Example
Text Example
White with #FBDFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFE3; }
p { color: rgb(251,223,227); }
H1.HeaderClassName
{
color: #FBDFE3;
}
.AnyTagClassName
{
color: #FBDFE3;
}
</style>
background-color css
<style>
a { background-color: #FBDFE3; }
a { background-color: rgb(251,223,227); }
div.DivClassName
{
background-color: #FBDFE3;
}
.BgClassName
{
background-color: #FBDFE3;
}
</style>
border-color css
<style>
span { border-color: #FBDFE3; }
span { border-color: rgb(251,223,227); }
td.TdClassName
{
border-color: #FBDFE3;
}
.TagClassName
{
border-color: #FBDFE3;
}
</style>