Shades of Carousel Pink #FAD9DF
Tints of Carousel Pink #FAD9DF
RGB
CMYK
RGB Variations
Color information
#FAD9DF (or 0xFAD9DF) is known color: Carousel Pink. HEX triplet: FA, D9 and DF. RGB value is (250,217,223). Sum of RGB (Red+Green+Blue) = 250+217+223=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9DF is #052620. Grayscale: #E3E3E3. Windows color (decimal): -337441 or 14670330. OLE color: 14670330.
HSL color Cylindrical-coordinate representation of color #FAD9DF: hue angle of 349.09º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAD9DF is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 217 | 223 | - |
CMYK | 0 | 0.13 | 0.11 | 0.02 |
HSL | 349.09º | 0.77% | 0.92% | - |
HSV(B) | 349.09º | 0.13% | 0.98% | - |
XYZ | 77.56 | 75.28 | 80.25 | - |
YUV | 227.55 | 125.43 | 144.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 217 | 223 | 0 | 0.13 | 0.11 | 0.02 | 349.09 | 0.77 | 0.92 |
Hex | FA | D9 | DF | 0 | D | B | 2 | 15D | 4D | 5C |
Octal | 372 | 331 | 337 | 0 | 15 | 13 | 2 | 535 | 115 | 134 |
Binary | 11111010 | 11011001 | 11011111 | 0 | 1101 | 1011 | 10 | 101011101 | 1001101 | 1011100 |
Color Harmonies of #FAD9DF
Complementary color
Monochromatic Colors of #FAD9DF
Black with #FAD9DF
Text Example
Text Example
White with #FAD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD9DF; }
p { color: rgb(250,217,223); }
H1.HeaderClassName
{
color: #FAD9DF;
}
.AnyTagClassName
{
color: #FAD9DF;
}
</style>
background-color css
<style>
a { background-color: #FAD9DF; }
a { background-color: rgb(250,217,223); }
div.DivClassName
{
background-color: #FAD9DF;
}
.BgClassName
{
background-color: #FAD9DF;
}
</style>
border-color css
<style>
span { border-color: #FAD9DF; }
span { border-color: rgb(250,217,223); }
td.TdClassName
{
border-color: #FAD9DF;
}
.TagClassName
{
border-color: #FAD9DF;
}
</style>