Shades of Pink Flare #DABFC0
Tints of Pink Flare #DABFC0
RGB
CMYK
RGB Variations
Color information
#DABFC0 (or 0xDABFC0) is known color: Pink Flare. HEX triplet: DA, BF and C0. RGB value is (218,191,192). Sum of RGB (Red+Green+Blue) = 218+191+192=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFC0 is #25403F. Grayscale: #C7C7C7. Windows color (decimal): -2441280 or 12632026. OLE color: 12632026.
HSL color Cylindrical-coordinate representation of color #DABFC0: hue angle of 357.78º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DABFC0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 192 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.15 |
| HSL | 357.78º | 0.27% | 0.8% | - |
| HSV(B) | 357.78º | 0.12% | 0.85% | - |
| XYZ | 57.06 | 55.97 | 57.67 | - |
| YUV | 199.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 192 | 0 | 0.12 | 0.12 | 0.15 | 357.78 | 0.27 | 0.8 |
| Hex | DA | BF | C0 | 0 | C | C | F | 166 | 1B | 50 |
| Octal | 332 | 277 | 300 | 0 | 14 | 14 | 17 | 546 | 33 | 120 |
| Binary | 11011010 | 10111111 | 11000000 | 0 | 1100 | 1100 | 1111 | 101100110 | 11011 | 1010000 |
Color Harmonies of #DABFC0
Complementary color
Monochromatic Colors of #DABFC0
Black with #DABFC0
Text Example
Text Example
White with #DABFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFC0; }
p { color: rgb(218,191,192); }
H1.HeaderClassName
{
color: #DABFC0;
}
.AnyTagClassName
{
color: #DABFC0;
}
</style>
background-color css
<style>
a { background-color: #DABFC0; }
a { background-color: rgb(218,191,192); }
div.DivClassName
{
background-color: #DABFC0;
}
.BgClassName
{
background-color: #DABFC0;
}
</style>
border-color css
<style>
span { border-color: #DABFC0; }
span { border-color: rgb(218,191,192); }
td.TdClassName
{
border-color: #DABFC0;
}
.TagClassName
{
border-color: #DABFC0;
}
</style>