Html Css Color HEX #FCA6BC Cupid

📋 copy color: '#FCA6BC'

red 252 ◦ green 166 ◦ blue 188

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

Shades of Cupid #FCA6BC

Tints of Cupid #FCA6BC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.39%

 BLUE value IS 188 (73.83% from 255) = 31.02%

R = 41.58%
G = 27.39%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCA6BC (or 0xFCA6BC) is known color: Cupid. HEX triplet: FC, A6 and BC. RGB value is (252,166,188). Sum of RGB (Red+Green+Blue) = 252+166+188=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6BC is #035943. Grayscale: #C2C2C2. Windows color (decimal): -219460 or 12363516. OLE color: 12363516.

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

Color convert

RGB 252 166 188 -
CMYK 0 0.34 0.25 0.01
HSL 344.65º 0.93% 0.82% -
HSV(B) 344.65º 0.34% 0.99% -
XYZ 62.86 51.6 54.22 -
YUV 194.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 252 166 188 0 0.34 0.25 0.01 344.65 0.93 0.82
Hex FC A6 BC 0 22 19 1 159 5D 52
Octal 374 246 274 0 42 31 1 531 135 122
Binary 11111100 10100110 10111100 0 100010 11001 1 101011001 1011101 1010010

Color Harmonies of #FCA6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA6BC

Black with #FCA6BC

Text Example


Text Example

White with #FCA6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA6BC; }

 p { color: rgb(252,166,188); }

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

background-color css

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

 a { background-color: rgb(252,166,188); }

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

border-color css

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

 span { border-color: rgb(252,166,188); }

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