Shades of Carousel Pink #FFD8E0
Tints of Carousel Pink #FFD8E0
RGB
CMYK
RGB Variations
Color information
#FFD8E0 (or 0xFFD8E0) is known color: Carousel Pink. HEX triplet: FF, D8 and E0. RGB value is (255,216,224). Sum of RGB (Red+Green+Blue) = 255+216+224=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8E0 is #00271F. Grayscale: #E4E4E4. Windows color (decimal): -10016 or 14735615. OLE color: 14735615.
HSL color Cylindrical-coordinate representation of color #FFD8E0: hue angle of 347.69º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD8E0 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 224 | - |
| CMYK | 0 | 0.15 | 0.12 | 0 |
| HSL | 347.69º | 1% | 0.92% | - |
| HSV(B) | 347.69º | 0.15% | 1% | - |
| XYZ | 79.25 | 75.75 | 80.97 | - |
| YUV | 228.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 224 | 0 | 0.15 | 0.12 | 0 | 347.69 | 1 | 0.92 |
| Hex | FF | D8 | E0 | 0 | F | C | 0 | 15C | 64 | 5C |
| Octal | 377 | 330 | 340 | 0 | 17 | 14 | 0 | 534 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11100000 | 0 | 1111 | 1100 | 0 | 101011100 | 1100100 | 1011100 |
Color Harmonies of #FFD8E0
Complementary color
Monochromatic Colors of #FFD8E0
Black with #FFD8E0
Text Example
Text Example
White with #FFD8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8E0; }
p { color: rgb(255,216,224); }
H1.HeaderClassName
{
color: #FFD8E0;
}
.AnyTagClassName
{
color: #FFD8E0;
}
</style>
background-color css
<style>
a { background-color: #FFD8E0; }
a { background-color: rgb(255,216,224); }
div.DivClassName
{
background-color: #FFD8E0;
}
.BgClassName
{
background-color: #FFD8E0;
}
</style>
border-color css
<style>
span { border-color: #FFD8E0; }
span { border-color: rgb(255,216,224); }
td.TdClassName
{
border-color: #FFD8E0;
}
.TagClassName
{
border-color: #FFD8E0;
}
</style>