#FCABC1

Color #FCABC1 Cupid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cupid #FCABC1

Tints of Cupid #FCABC1

Color information

#FCABC1 (or 0xFCABC1) is unknown color: approx Cupid. HEX triplet: FC, AB and C1. RGB value is (252,171,193). Sum of RGB (Red+Green+Blue) = 252+171+193=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABC1 is #03543E. Grayscale: #C5C5C5. Windows color (decimal): -218175 or 12692476. OLE color: 12692476.

HSL color Cylindrical-coordinate representation of color #FCABC1: hue angle of 343.7º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCABC1 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB252171193-
CMYK00.320.230.01
HSL343.7º93.1%82.94%-
HSV(B)343.7º32.14%98.82%-
XYZ64.3353.6757.42-
YUV197.73125.34166.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 193 (75.78% from 255) = 31.33%
R=40.91%
G=27.76%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217119300.320.230.01343.793.182.94
HexFCABC10201711585d53
Octal374253301040271530135123
Binary111111001010101111000001010000010111110101100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABC1; }

 p { color: rgb(252,171,193); }

 H1.HeaderClassName
 {
   color: #FCABC1;
 }
 .AnyTagClassName
 {
   color: #FCABC1;
 }
</style>
background-color css

<style>
 a { background-color: #FCABC1; }

 a { background-color: rgb(252,171,193); }

 div.DivClassName
 {
   background-color: #FCABC1;
 }
 .BgClassName
 {
   background-color: #FCABC1;
 }
</style>
border-color css

<style>
 span { border-color: #FCABC1; }

 span { border-color: rgb(252,171,193); }

 td.TdClassName
 {
   border-color: #FCABC1;
 }
 .TagClassName
 {
   border-color: #FCABC1;
 }
</style>