Shades of Carousel Pink #F9DBDF
Tints of Carousel Pink #F9DBDF
RGB
CMYK
RGB Variations
Color information
#F9DBDF (or 0xF9DBDF) is known color: Carousel Pink. HEX triplet: F9, DB and DF. RGB value is (249,219,223). Sum of RGB (Red+Green+Blue) = 249+219+223=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBDF is #062420. Grayscale: #E4E4E4. Windows color (decimal): -402465 or 14670841. OLE color: 14670841.
HSL color Cylindrical-coordinate representation of color #F9DBDF: hue angle of 352º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DBDF is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 219 | 223 | - |
CMYK | 0 | 0.12 | 0.10 | 0.02 |
HSL | 352º | 0.71% | 0.92% | - |
HSV(B) | 352º | 0.12% | 0.98% | - |
XYZ | 77.72 | 76.13 | 80.41 | - |
YUV | 228.43 | 124.94 | 142.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 219 | 223 | 0 | 0.12 | 0.10 | 0.02 | 352 | 0.71 | 0.92 |
Hex | F9 | DB | DF | 0 | C | A | 2 | 160 | 47 | 5C |
Octal | 371 | 333 | 337 | 0 | 14 | 12 | 2 | 540 | 107 | 134 |
Binary | 11111001 | 11011011 | 11011111 | 0 | 1100 | 1010 | 10 | 101100000 | 1000111 | 1011100 |
Color Harmonies of #F9DBDF
Complementary color
Monochromatic Colors of #F9DBDF
Black with #F9DBDF
Text Example
Text Example
White with #F9DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBDF; }
p { color: rgb(249,219,223); }
H1.HeaderClassName
{
color: #F9DBDF;
}
.AnyTagClassName
{
color: #F9DBDF;
}
</style>
background-color css
<style>
a { background-color: #F9DBDF; }
a { background-color: rgb(249,219,223); }
div.DivClassName
{
background-color: #F9DBDF;
}
.BgClassName
{
background-color: #F9DBDF;
}
</style>
border-color css
<style>
span { border-color: #F9DBDF; }
span { border-color: rgb(249,219,223); }
td.TdClassName
{
border-color: #F9DBDF;
}
.TagClassName
{
border-color: #F9DBDF;
}
</style>