Html Css Color HEX #F6ABC0 Cupid

📋 copy color: '#F6ABC0'

red 246 ◦ green 171 ◦ blue 192

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

Shades of Cupid #F6ABC0

Tints of Cupid #F6ABC0

RGB

 RED value IS 246 (96.48% from 255) = 40.39%

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

 BLUE value IS 192 (75.39% from 255) = 31.53%

R = 40.39%
G = 28.08%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F6ABC0 (or 0xF6ABC0) is known color: Cupid. HEX triplet: F6, AB and C0. RGB value is (246,171,192). Sum of RGB (Red+Green+Blue) = 246+171+192=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ABC0 is #09543F. Grayscale: #C3C3C3. Windows color (decimal): -611392 or 12626934. OLE color: 12626934.

HSL color Cylindrical-coordinate representation of color #F6ABC0: hue angle of 343.2º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ABC0 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 171 192 -
CMYK 0 0.30 0.22 0.04
HSL 343.2º 0.81% 0.82% -
HSV(B) 343.2º 0.3% 0.96% -
XYZ 62.08 52.52 56.74 -
YUV 195.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 246 171 192 0 0.30 0.22 0.04 343.2 0.81 0.82
Hex F6 AB C0 0 1E 16 4 157 51 52
Octal 366 253 300 0 36 26 4 527 121 122
Binary 11110110 10101011 11000000 0 11110 10110 100 101010111 1010001 1010010

Color Harmonies of #F6ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ABC0

Black with #F6ABC0

Text Example


Text Example

White with #F6ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ABC0; }

 p { color: rgb(246,171,192); }

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

background-color css

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

 a { background-color: rgb(246,171,192); }

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

border-color css

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

 span { border-color: rgb(246,171,192); }

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