Shades of Pink Flare #CBADB2
Tints of Pink Flare #CBADB2
RGB
CMYK
RGB Variations
Color information
#CBADB2 (or 0xCBADB2) is known color: Pink Flare. HEX triplet: CB, AD and B2. RGB value is (203,173,178). Sum of RGB (Red+Green+Blue) = 203+173+178=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADB2 is #34524D. Grayscale: #B6B6B6. Windows color (decimal): -3428942 or 11709899. OLE color: 11709899.
HSL color Cylindrical-coordinate representation of color #CBADB2: hue angle of 350º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBADB2 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 178 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.20 |
| HSL | 350º | 0.22% | 0.74% | - |
| HSV(B) | 350º | 0.15% | 0.8% | - |
| XYZ | 47.61 | 45.8 | 48.45 | - |
| YUV | 182.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 178 | 0 | 0.15 | 0.12 | 0.20 | 350 | 0.22 | 0.74 |
| Hex | CB | AD | B2 | 0 | F | C | 14 | 15E | 16 | 4A |
| Octal | 313 | 255 | 262 | 0 | 17 | 14 | 24 | 536 | 26 | 112 |
| Binary | 11001011 | 10101101 | 10110010 | 0 | 1111 | 1100 | 10100 | 101011110 | 10110 | 1001010 |
Color Harmonies of #CBADB2
Complementary color
Monochromatic Colors of #CBADB2
Black with #CBADB2
Text Example
Text Example
White with #CBADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADB2; }
p { color: rgb(203,173,178); }
H1.HeaderClassName
{
color: #CBADB2;
}
.AnyTagClassName
{
color: #CBADB2;
}
</style>
background-color css
<style>
a { background-color: #CBADB2; }
a { background-color: rgb(203,173,178); }
div.DivClassName
{
background-color: #CBADB2;
}
.BgClassName
{
background-color: #CBADB2;
}
</style>
border-color css
<style>
span { border-color: #CBADB2; }
span { border-color: rgb(203,173,178); }
td.TdClassName
{
border-color: #CBADB2;
}
.TagClassName
{
border-color: #CBADB2;
}
</style>