Html Css Color HEX #FCA4BA Cupid

📋 copy color: '#FCA4BA'

red 252 ◦ green 164 ◦ blue 186

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

Shades of Cupid #FCA4BA

Tints of Cupid #FCA4BA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.24%

 BLUE value IS 186 (73.05% from 255) = 30.9%

R = 41.86%
G = 27.24%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCA4BA (or 0xFCA4BA) is known color: Cupid. HEX triplet: FC, A4 and BA. RGB value is (252,164,186). Sum of RGB (Red+Green+Blue) = 252+164+186=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4BA is #035B45. Grayscale: #C0C0C0. Windows color (decimal): -219974 or 12231932. OLE color: 12231932.

HSL color Cylindrical-coordinate representation of color #FCA4BA: hue angle of 345º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA4BA is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 164 186 -
CMYK 0 0.35 0.26 0.01
HSL 345º 0.94% 0.82% -
HSV(B) 345º 0.35% 0.99% -
XYZ 62.28 50.79 52.98 -
YUV 192.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 252 164 186 0 0.35 0.26 0.01 345 0.94 0.82
Hex FC A4 BA 0 23 1A 1 159 5E 52
Octal 374 244 272 0 43 32 1 531 136 122
Binary 11111100 10100100 10111010 0 100011 11010 1 101011001 1011110 1010010

Color Harmonies of #FCA4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA4BA

Black with #FCA4BA

Text Example


Text Example

White with #FCA4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA4BA; }

 p { color: rgb(252,164,186); }

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

background-color css

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

 a { background-color: rgb(252,164,186); }

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

border-color css

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

 span { border-color: rgb(252,164,186); }

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