Shades of Cupid #FAAFC4
Tints of Cupid #FAAFC4
RGB
CMYK
RGB Variations
Color information
#FAAFC4 (or 0xFAAFC4) is known color: Cupid. HEX triplet: FA, AF and C4. RGB value is (250,175,196). Sum of RGB (Red+Green+Blue) = 250+175+196=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFC4 is #05503B. Grayscale: #C7C7C7. Windows color (decimal): -348220 or 12890106. OLE color: 12890106.
HSL color Cylindrical-coordinate representation of color #FAAFC4: hue angle of 343.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAFC4 is Cyan = 0, Magento = 0.3, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 196 | - |
| CMYK | 0 | 0.3 | 0.22 | 0.02 |
| HSL | 343.2º | 0.88% | 0.83% | - |
| HSV(B) | 343.2º | 0.3% | 0.98% | - |
| XYZ | 64.72 | 54.97 | 59.42 | - |
| YUV | 199.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 196 | 0 | 0.3 | 0.22 | 0.02 | 343.2 | 0.88 | 0.83 |
| Hex | FA | AF | C4 | 0 | 1E | 16 | 2 | 157 | 58 | 53 |
| Octal | 372 | 257 | 304 | 0 | 36 | 26 | 2 | 527 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11000100 | 0 | 11110 | 10110 | 10 | 101010111 | 1011000 | 1010011 |
Color Harmonies of #FAAFC4
Complementary color
Monochromatic Colors of #FAAFC4
Black with #FAAFC4
Text Example
Text Example
White with #FAAFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFC4; }
p { color: rgb(250,175,196); }
H1.HeaderClassName
{
color: #FAAFC4;
}
.AnyTagClassName
{
color: #FAAFC4;
}
</style>
background-color css
<style>
a { background-color: #FAAFC4; }
a { background-color: rgb(250,175,196); }
div.DivClassName
{
background-color: #FAAFC4;
}
.BgClassName
{
background-color: #FAAFC4;
}
</style>
border-color css
<style>
span { border-color: #FAAFC4; }
span { border-color: rgb(250,175,196); }
td.TdClassName
{
border-color: #FAAFC4;
}
.TagClassName
{
border-color: #FAAFC4;
}
</style>