Shades of Cupid #FCADC3
Tints of Cupid #FCADC3
RGB
CMYK
RGB Variations
Color information
#FCADC3 (or 0xFCADC3) is known color: Cupid. HEX triplet: FC, AD and C3. RGB value is (252,173,195). Sum of RGB (Red+Green+Blue) = 252+173+195=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADC3 is #03523C. Grayscale: #C7C7C7. Windows color (decimal): -217661 or 12824060. OLE color: 12824060.
HSL color Cylindrical-coordinate representation of color #FCADC3: hue angle of 343.29º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCADC3 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 195 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.01 |
| HSL | 343.29º | 0.93% | 0.83% | - |
| HSV(B) | 343.29º | 0.31% | 0.99% | - |
| XYZ | 64.94 | 54.52 | 58.73 | - |
| YUV | 199.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 195 | 0 | 0.31 | 0.23 | 0.01 | 343.29 | 0.93 | 0.83 |
| Hex | FC | AD | C3 | 0 | 1F | 17 | 1 | 157 | 5D | 53 |
| Octal | 374 | 255 | 303 | 0 | 37 | 27 | 1 | 527 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11000011 | 0 | 11111 | 10111 | 1 | 101010111 | 1011101 | 1010011 |
Color Harmonies of #FCADC3
Complementary color
Monochromatic Colors of #FCADC3
Black with #FCADC3
Text Example
Text Example
White with #FCADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADC3; }
p { color: rgb(252,173,195); }
H1.HeaderClassName
{
color: #FCADC3;
}
.AnyTagClassName
{
color: #FCADC3;
}
</style>
background-color css
<style>
a { background-color: #FCADC3; }
a { background-color: rgb(252,173,195); }
div.DivClassName
{
background-color: #FCADC3;
}
.BgClassName
{
background-color: #FCADC3;
}
</style>
border-color css
<style>
span { border-color: #FCADC3; }
span { border-color: rgb(252,173,195); }
td.TdClassName
{
border-color: #FCADC3;
}
.TagClassName
{
border-color: #FCADC3;
}
</style>