Shades of Pink Flare #CCADAE
Tints of Pink Flare #CCADAE
RGB
CMYK
RGB Variations
Color information
#CCADAE (or 0xCCADAE) is known color: Pink Flare. HEX triplet: CC, AD and AE. RGB value is (204,173,174). Sum of RGB (Red+Green+Blue) = 204+173+174=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADAE is #335251. Grayscale: #B6B6B6. Windows color (decimal): -3363410 or 11447756. OLE color: 11447756.
HSL color Cylindrical-coordinate representation of color #CCADAE: hue angle of 358.06º degrees, saturation: 0.23, 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 #CCADAE is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 174 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.2 |
| HSL | 358.06º | 0.23% | 0.74% | - |
| HSV(B) | 358.06º | 0.15% | 0.8% | - |
| XYZ | 47.49 | 45.78 | 46.38 | - |
| YUV | 182.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 174 | 0 | 0.15 | 0.15 | 0.2 | 358.06 | 0.23 | 0.74 |
| Hex | CC | AD | AE | 0 | F | F | 14 | 166 | 17 | 4A |
| Octal | 314 | 255 | 256 | 0 | 17 | 17 | 24 | 546 | 27 | 112 |
| Binary | 11001100 | 10101101 | 10101110 | 0 | 1111 | 1111 | 10100 | 101100110 | 10111 | 1001010 |
Color Harmonies of #CCADAE
Complementary color
Monochromatic Colors of #CCADAE
Black with #CCADAE
Text Example
Text Example
White with #CCADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADAE; }
p { color: rgb(204,173,174); }
H1.HeaderClassName
{
color: #CCADAE;
}
.AnyTagClassName
{
color: #CCADAE;
}
</style>
background-color css
<style>
a { background-color: #CCADAE; }
a { background-color: rgb(204,173,174); }
div.DivClassName
{
background-color: #CCADAE;
}
.BgClassName
{
background-color: #CCADAE;
}
</style>
border-color css
<style>
span { border-color: #CCADAE; }
span { border-color: rgb(204,173,174); }
td.TdClassName
{
border-color: #CCADAE;
}
.TagClassName
{
border-color: #CCADAE;
}
</style>