Shades of Carousel Pink #FFD8DF
Tints of Carousel Pink #FFD8DF
RGB
CMYK
RGB Variations
Color information
#FFD8DF (or 0xFFD8DF) is known color: Carousel Pink. HEX triplet: FF, D8 and DF. RGB value is (255,216,223). Sum of RGB (Red+Green+Blue) = 255+216+223=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 216 (84.77% from 255 or 31.12% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8DF is #002720. Grayscale: #E4E4E4. Windows color (decimal): -10017 or 14670079. OLE color: 14670079.
HSL color Cylindrical-coordinate representation of color #FFD8DF: hue angle of 349.23º 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 #FFD8DF is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 223 | - |
| CMYK | 0 | 0.15 | 0.13 | 0 |
| HSL | 349.23º | 1% | 0.92% | - |
| HSV(B) | 349.23º | 0.15% | 1% | - |
| XYZ | 79.12 | 75.7 | 80.25 | - |
| YUV | 228.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 223 | 0 | 0.15 | 0.13 | 0 | 349.23 | 1 | 0.92 |
| Hex | FF | D8 | DF | 0 | F | D | 0 | 15D | 64 | 5C |
| Octal | 377 | 330 | 337 | 0 | 17 | 15 | 0 | 535 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11011111 | 0 | 1111 | 1101 | 0 | 101011101 | 1100100 | 1011100 |
Color Harmonies of #FFD8DF
Complementary color
Monochromatic Colors of #FFD8DF
Black with #FFD8DF
Text Example
Text Example
White with #FFD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8DF; }
p { color: rgb(255,216,223); }
H1.HeaderClassName
{
color: #FFD8DF;
}
.AnyTagClassName
{
color: #FFD8DF;
}
</style>
background-color css
<style>
a { background-color: #FFD8DF; }
a { background-color: rgb(255,216,223); }
div.DivClassName
{
background-color: #FFD8DF;
}
.BgClassName
{
background-color: #FFD8DF;
}
</style>
border-color css
<style>
span { border-color: #FFD8DF; }
span { border-color: rgb(255,216,223); }
td.TdClassName
{
border-color: #FFD8DF;
}
.TagClassName
{
border-color: #FFD8DF;
}
</style>