Html Css Color HEX #FCA6BD Cupid

📋 copy color: '#FCA6BD'

red 252 ◦ green 166 ◦ blue 189

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

Shades of Cupid #FCA6BD

Tints of Cupid #FCA6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.14%

R = 41.52%
G = 27.35%
B = 31.14%

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

#FCA6BD (or 0xFCA6BD) is known color: Cupid. HEX triplet: FC, A6 and BD. RGB value is (252,166,189). Sum of RGB (Red+Green+Blue) = 252+166+189=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6BD is #035942. Grayscale: #C2C2C2. Windows color (decimal): -219459 or 12429052. OLE color: 12429052.

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

Color convert

RGB 252 166 189 -
CMYK 0 0.34 0.25 0.01
HSL 343.95º 0.93% 0.82% -
HSV(B) 343.95º 0.34% 0.99% -
XYZ 62.97 51.64 54.79 -
YUV 194.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 252 166 189 0 0.34 0.25 0.01 343.95 0.93 0.82
Hex FC A6 BD 0 22 19 1 158 5D 52
Octal 374 246 275 0 42 31 1 530 135 122
Binary 11111100 10100110 10111101 0 100010 11001 1 101011000 1011101 1010010

Color Harmonies of #FCA6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA6BD

Black with #FCA6BD

Text Example


Text Example

White with #FCA6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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