Shades of Carousel Pink #FAD7DF
Tints of Carousel Pink #FAD7DF
RGB
CMYK
RGB Variations
Color information
#FAD7DF (or 0xFAD7DF) is known color: Carousel Pink. HEX triplet: FA, D7 and DF. RGB value is (250,215,223). Sum of RGB (Red+Green+Blue) = 250+215+223=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 215 (84.38% from 255 or 31.25% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7DF is #052820. Grayscale: #E2E2E2. Windows color (decimal): -337953 or 14669818. OLE color: 14669818.
HSL color Cylindrical-coordinate representation of color #FAD7DF: hue angle of 346.29º 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 #FAD7DF is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 215 | 223 | - |
CMYK | 0 | 0.14 | 0.11 | 0.02 |
HSL | 346.29º | 0.78% | 0.91% | - |
HSV(B) | 346.29º | 0.14% | 0.98% | - |
XYZ | 77.04 | 74.25 | 80.08 | - |
YUV | 226.38 | 126.1 | 144.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 215 | 223 | 0 | 0.14 | 0.11 | 0.02 | 346.29 | 0.78 | 0.91 |
Hex | FA | D7 | DF | 0 | E | B | 2 | 15A | 4E | 5B |
Octal | 372 | 327 | 337 | 0 | 16 | 13 | 2 | 532 | 116 | 133 |
Binary | 11111010 | 11010111 | 11011111 | 0 | 1110 | 1011 | 10 | 101011010 | 1001110 | 1011011 |
Color Harmonies of #FAD7DF
Complementary color
Monochromatic Colors of #FAD7DF
Black with #FAD7DF
Text Example
Text Example
White with #FAD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD7DF; }
p { color: rgb(250,215,223); }
H1.HeaderClassName
{
color: #FAD7DF;
}
.AnyTagClassName
{
color: #FAD7DF;
}
</style>
background-color css
<style>
a { background-color: #FAD7DF; }
a { background-color: rgb(250,215,223); }
div.DivClassName
{
background-color: #FAD7DF;
}
.BgClassName
{
background-color: #FAD7DF;
}
</style>
border-color css
<style>
span { border-color: #FAD7DF; }
span { border-color: rgb(250,215,223); }
td.TdClassName
{
border-color: #FAD7DF;
}
.TagClassName
{
border-color: #FAD7DF;
}
</style>