Shades of Carousel Pink #FAD6DF
Tints of Carousel Pink #FAD6DF
RGB
CMYK
RGB Variations
Color information
#FAD6DF (or 0xFAD6DF) is known color: Carousel Pink. HEX triplet: FA, D6 and DF. RGB value is (250,214,223). Sum of RGB (Red+Green+Blue) = 250+214+223=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6DF is #052920. Grayscale: #E1E1E1. Windows color (decimal): -338209 or 14669562. OLE color: 14669562.
HSL color Cylindrical-coordinate representation of color #FAD6DF: hue angle of 345º degrees, saturation: 0.78, 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 #FAD6DF is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 223 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.02 |
| HSL | 345º | 0.78% | 0.91% | - |
| HSV(B) | 345º | 0.14% | 0.98% | - |
| XYZ | 76.79 | 73.74 | 80 | - |
| YUV | 225.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 223 | 0 | 0.14 | 0.11 | 0.02 | 345 | 0.78 | 0.91 |
| Hex | FA | D6 | DF | 0 | E | B | 2 | 159 | 4E | 5B |
| Octal | 372 | 326 | 337 | 0 | 16 | 13 | 2 | 531 | 116 | 133 |
| Binary | 11111010 | 11010110 | 11011111 | 0 | 1110 | 1011 | 10 | 101011001 | 1001110 | 1011011 |
Color Harmonies of #FAD6DF
Complementary color
Monochromatic Colors of #FAD6DF
Black with #FAD6DF
Text Example
Text Example
White with #FAD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD6DF; }
p { color: rgb(250,214,223); }
H1.HeaderClassName
{
color: #FAD6DF;
}
.AnyTagClassName
{
color: #FAD6DF;
}
</style>
background-color css
<style>
a { background-color: #FAD6DF; }
a { background-color: rgb(250,214,223); }
div.DivClassName
{
background-color: #FAD6DF;
}
.BgClassName
{
background-color: #FAD6DF;
}
</style>
border-color css
<style>
span { border-color: #FAD6DF; }
span { border-color: rgb(250,214,223); }
td.TdClassName
{
border-color: #FAD6DF;
}
.TagClassName
{
border-color: #FAD6DF;
}
</style>