Shades of Pink Flare #CABDBE
Tints of Pink Flare #CABDBE
RGB
CMYK
RGB Variations
Color information
#CABDBE (or 0xCABDBE) is known color: Pink Flare. HEX triplet: CA, BD and BE. RGB value is (202,189,190). Sum of RGB (Red+Green+Blue) = 202+189+190=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDBE is #354241. Grayscale: #C1C1C1. Windows color (decimal): -3490370 or 12500426. OLE color: 12500426.
HSL color Cylindrical-coordinate representation of color #CABDBE: hue angle of 355.38º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABDBE is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 189 | 190 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.21 |
| HSL | 355.38º | 0.11% | 0.77% | - |
| HSV(B) | 355.38º | 0.06% | 0.79% | - |
| XYZ | 51.85 | 52.67 | 56.15 | - |
| YUV | 193 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 190 | 0 | 0.06 | 0.06 | 0.21 | 355.38 | 0.11 | 0.77 |
| Hex | CA | BD | BE | 0 | 6 | 6 | 15 | 163 | B | 4D |
| Octal | 312 | 275 | 276 | 0 | 6 | 6 | 25 | 543 | 13 | 115 |
| Binary | 11001010 | 10111101 | 10111110 | 0 | 110 | 110 | 10101 | 101100011 | 1011 | 1001101 |
Color Harmonies of #CABDBE
Complementary color
Monochromatic Colors of #CABDBE
Black with #CABDBE
Text Example
Text Example
White with #CABDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDBE; }
p { color: rgb(202,189,190); }
H1.HeaderClassName
{
color: #CABDBE;
}
.AnyTagClassName
{
color: #CABDBE;
}
</style>
background-color css
<style>
a { background-color: #CABDBE; }
a { background-color: rgb(202,189,190); }
div.DivClassName
{
background-color: #CABDBE;
}
.BgClassName
{
background-color: #CABDBE;
}
</style>
border-color css
<style>
span { border-color: #CABDBE; }
span { border-color: rgb(202,189,190); }
td.TdClassName
{
border-color: #CABDBE;
}
.TagClassName
{
border-color: #CABDBE;
}
</style>