Shades of Carousel Pink #FBD7E0
Tints of Carousel Pink #FBD7E0
RGB
CMYK
RGB Variations
Color information
#FBD7E0 (or 0xFBD7E0) is known color: Carousel Pink. HEX triplet: FB, D7 and E0. RGB value is (251,215,224). Sum of RGB (Red+Green+Blue) = 251+215+224=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 224 (87.89% from 255 or 32.46% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD7E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD7E0 is #04281F. Grayscale: #E2E2E2. Windows color (decimal): -272416 or 14735355. OLE color: 14735355.
HSL color Cylindrical-coordinate representation of color #FBD7E0: hue angle of 345º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBD7E0 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 215 | 224 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.02 |
| HSL | 345º | 0.82% | 0.91% | - |
| HSV(B) | 345º | 0.14% | 0.98% | - |
| XYZ | 77.54 | 74.49 | 80.81 | - |
| YUV | 226.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 215 | 224 | 0 | 0.14 | 0.11 | 0.02 | 345 | 0.82 | 0.91 |
| Hex | FB | D7 | E0 | 0 | E | B | 2 | 159 | 52 | 5B |
| Octal | 373 | 327 | 340 | 0 | 16 | 13 | 2 | 531 | 122 | 133 |
| Binary | 11111011 | 11010111 | 11100000 | 0 | 1110 | 1011 | 10 | 101011001 | 1010010 | 1011011 |
Color Harmonies of #FBD7E0
Complementary color
Monochromatic Colors of #FBD7E0
Black with #FBD7E0
Text Example
Text Example
White with #FBD7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD7E0; }
p { color: rgb(251,215,224); }
H1.HeaderClassName
{
color: #FBD7E0;
}
.AnyTagClassName
{
color: #FBD7E0;
}
</style>
background-color css
<style>
a { background-color: #FBD7E0; }
a { background-color: rgb(251,215,224); }
div.DivClassName
{
background-color: #FBD7E0;
}
.BgClassName
{
background-color: #FBD7E0;
}
</style>
border-color css
<style>
span { border-color: #FBD7E0; }
span { border-color: rgb(251,215,224); }
td.TdClassName
{
border-color: #FBD7E0;
}
.TagClassName
{
border-color: #FBD7E0;
}
</style>