Html Css Color HEX #F9ABC0 Cupid

📋 copy color: '#F9ABC0'

red 249 ◦ green 171 ◦ blue 192

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

Shades of Cupid #F9ABC0

Tints of Cupid #F9ABC0

RGB

 RED value IS 249 (97.66% from 255) = 40.69%

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

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

R = 40.69%
G = 27.94%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F9ABC0 (or 0xF9ABC0) is known color: Cupid. HEX triplet: F9, AB and C0. RGB value is (249,171,192). Sum of RGB (Red+Green+Blue) = 249+171+192=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ABC0 is #06543F. Grayscale: #C4C4C4. Windows color (decimal): -414784 or 12626937. OLE color: 12626937.

HSL color Cylindrical-coordinate representation of color #F9ABC0: hue angle of 343.85º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ABC0 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 171 192 -
CMYK 0 0.31 0.23 0.02
HSL 343.85º 0.87% 0.82% -
HSV(B) 343.85º 0.31% 0.98% -
XYZ 63.14 53.07 56.78 -
YUV 196.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 249 171 192 0 0.31 0.23 0.02 343.85 0.87 0.82
Hex F9 AB C0 0 1F 17 2 158 57 52
Octal 371 253 300 0 37 27 2 530 127 122
Binary 11111001 10101011 11000000 0 11111 10111 10 101011000 1010111 1010010

Color Harmonies of #F9ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ABC0

Black with #F9ABC0

Text Example


Text Example

White with #F9ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ABC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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