Html Css Color HEX #FCABC2 Cupid

📋 copy color: '#FCABC2'

red 252 ◦ green 171 ◦ blue 194

#FCABC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cupid #FCABC2

Tints of Cupid #FCABC2

RGB

 RED value IS 252 (98.83% from 255) = 40.84%

 GREEN value IS 171 (67.19% from 255) = 27.71%

 BLUE value IS 194 (76.17% from 255) = 31.44%

R = 40.84%
G = 27.71%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCABC2 (or 0xFCABC2) is known color: Cupid. HEX triplet: FC, AB and C2. RGB value is (252,171,194). Sum of RGB (Red+Green+Blue) = 252+171+194=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABC2 is #03543D. Grayscale: #C5C5C5. Windows color (decimal): -218174 or 12758012. OLE color: 12758012.

HSL color Cylindrical-coordinate representation of color #FCABC2: hue angle of 342.96º 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 #FCABC2 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 171 194 -
CMYK 0 0.32 0.23 0.01
HSL 342.96º 0.93% 0.83% -
HSV(B) 342.96º 0.32% 0.99% -
XYZ 64.45 53.72 58.01 -
YUV 197.84 125.84 166.63 -
System Red Green Blue C M Y K H S L
Decimal 252 171 194 0 0.32 0.23 0.01 342.96 0.93 0.83
Hex FC AB C2 0 20 17 1 157 5D 53
Octal 374 253 302 0 40 27 1 527 135 123
Binary 11111100 10101011 11000010 0 100000 10111 1 101010111 1011101 1010011

Color Harmonies of #FCABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABC2

Black with #FCABC2

Text Example


Text Example

White with #FCABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABC2; }

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

 H1.HeaderClassName
 {
   color: #FCABC2;
 }
 .AnyTagClassName
 {
   color: #FCABC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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