Shades of Carousel Pink #FBE1E6
Tints of Carousel Pink #FBE1E6
RGB
CMYK
RGB Variations
Color information
#FBE1E6 (or 0xFBE1E6) is known color: Carousel Pink. HEX triplet: FB, E1 and E6. RGB value is (251,225,230). Sum of RGB (Red+Green+Blue) = 251+225+230=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 225 (88.28% from 255 or 31.87% from 706); Blue value is 230 (90.23% from 255 or 32.58% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1E6 is #041E19. Grayscale: #E9E9E9. Windows color (decimal): -269850 or 15131131. OLE color: 15131131.
HSL color Cylindrical-coordinate representation of color #FBE1E6: hue angle of 348.46º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE1E6 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 230 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.02 |
| HSL | 348.46º | 0.76% | 0.93% | - |
| HSV(B) | 348.46º | 0.1% | 0.98% | - |
| XYZ | 80.99 | 80.07 | 86.05 | - |
| YUV | 233.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 230 | 0 | 0.10 | 0.08 | 0.02 | 348.46 | 0.76 | 0.93 |
| Hex | FB | E1 | E6 | 0 | A | 8 | 2 | 15C | 4C | 5D |
| Octal | 373 | 341 | 346 | 0 | 12 | 10 | 2 | 534 | 114 | 135 |
| Binary | 11111011 | 11100001 | 11100110 | 0 | 1010 | 1000 | 10 | 101011100 | 1001100 | 1011101 |
Color Harmonies of #FBE1E6
Complementary color
Monochromatic Colors of #FBE1E6
Black with #FBE1E6
Text Example
Text Example
White with #FBE1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1E6; }
p { color: rgb(251,225,230); }
H1.HeaderClassName
{
color: #FBE1E6;
}
.AnyTagClassName
{
color: #FBE1E6;
}
</style>
background-color css
<style>
a { background-color: #FBE1E6; }
a { background-color: rgb(251,225,230); }
div.DivClassName
{
background-color: #FBE1E6;
}
.BgClassName
{
background-color: #FBE1E6;
}
</style>
border-color css
<style>
span { border-color: #FBE1E6; }
span { border-color: rgb(251,225,230); }
td.TdClassName
{
border-color: #FBE1E6;
}
.TagClassName
{
border-color: #FBE1E6;
}
</style>