Shades of Carousel Pink #FBE0E3
Tints of Carousel Pink #FBE0E3
RGB
CMYK
RGB Variations
Color information
#FBE0E3 (or 0xFBE0E3) is known color: Carousel Pink. HEX triplet: FB, E0 and E3. RGB value is (251,224,227). Sum of RGB (Red+Green+Blue) = 251+224+227=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 224 (87.89% from 255 or 31.91% from 702); Blue value is 227 (89.06% from 255 or 32.34% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0E3 is #041F1C. Grayscale: #E8E8E8. Windows color (decimal): -270109 or 14934267. OLE color: 14934267.
HSL color Cylindrical-coordinate representation of color #FBE0E3: hue angle of 353.33º degrees, saturation: 0.77, 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 #FBE0E3 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 227 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.02 |
| HSL | 353.33º | 0.77% | 0.93% | - |
| HSV(B) | 353.33º | 0.11% | 0.98% | - |
| XYZ | 80.3 | 79.37 | 83.76 | - |
| YUV | 232.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 227 | 0 | 0.11 | 0.10 | 0.02 | 353.33 | 0.77 | 0.93 |
| Hex | FB | E0 | E3 | 0 | B | A | 2 | 161 | 4D | 5D |
| Octal | 373 | 340 | 343 | 0 | 13 | 12 | 2 | 541 | 115 | 135 |
| Binary | 11111011 | 11100000 | 11100011 | 0 | 1011 | 1010 | 10 | 101100001 | 1001101 | 1011101 |
Color Harmonies of #FBE0E3
Complementary color
Monochromatic Colors of #FBE0E3
Black with #FBE0E3
Text Example
Text Example
White with #FBE0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0E3; }
p { color: rgb(251,224,227); }
H1.HeaderClassName
{
color: #FBE0E3;
}
.AnyTagClassName
{
color: #FBE0E3;
}
</style>
background-color css
<style>
a { background-color: #FBE0E3; }
a { background-color: rgb(251,224,227); }
div.DivClassName
{
background-color: #FBE0E3;
}
.BgClassName
{
background-color: #FBE0E3;
}
</style>
border-color css
<style>
span { border-color: #FBE0E3; }
span { border-color: rgb(251,224,227); }
td.TdClassName
{
border-color: #FBE0E3;
}
.TagClassName
{
border-color: #FBE0E3;
}
</style>