Shades of Carousel Pink #FDD7DF
Tints of Carousel Pink #FDD7DF
RGB
CMYK
RGB Variations
Color information
#FDD7DF (or 0xFDD7DF) is known color: Carousel Pink. HEX triplet: FD, D7 and DF. RGB value is (253,215,223). Sum of RGB (Red+Green+Blue) = 253+215+223=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 215 (84.38% from 255 or 31.11% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7DF is #022820. Grayscale: #E3E3E3. Windows color (decimal): -141345 or 14669821. OLE color: 14669821.
HSL color Cylindrical-coordinate representation of color #FDD7DF: hue angle of 347.37º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD7DF is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 215 | 223 | - |
CMYK | 0 | 0.15 | 0.12 | 0.01 |
HSL | 347.37º | 0.9% | 0.92% | - |
HSV(B) | 347.37º | 0.15% | 0.99% | - |
XYZ | 78.13 | 74.81 | 80.13 | - |
YUV | 227.27 | 125.59 | 146.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 215 | 223 | 0 | 0.15 | 0.12 | 0.01 | 347.37 | 0.9 | 0.92 |
Hex | FD | D7 | DF | 0 | F | C | 1 | 15B | 5A | 5C |
Octal | 375 | 327 | 337 | 0 | 17 | 14 | 1 | 533 | 132 | 134 |
Binary | 11111101 | 11010111 | 11011111 | 0 | 1111 | 1100 | 1 | 101011011 | 1011010 | 1011100 |
Color Harmonies of #FDD7DF
Complementary color
Monochromatic Colors of #FDD7DF
Black with #FDD7DF
Text Example
Text Example
White with #FDD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7DF; }
p { color: rgb(253,215,223); }
H1.HeaderClassName
{
color: #FDD7DF;
}
.AnyTagClassName
{
color: #FDD7DF;
}
</style>
background-color css
<style>
a { background-color: #FDD7DF; }
a { background-color: rgb(253,215,223); }
div.DivClassName
{
background-color: #FDD7DF;
}
.BgClassName
{
background-color: #FDD7DF;
}
</style>
border-color css
<style>
span { border-color: #FDD7DF; }
span { border-color: rgb(253,215,223); }
td.TdClassName
{
border-color: #FDD7DF;
}
.TagClassName
{
border-color: #FDD7DF;
}
</style>