Html Css Color HEX #F1AAB9 Cupid

📋 copy color: '#F1AAB9'

red 241 ◦ green 170 ◦ blue 185

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

Shades of Cupid #F1AAB9

Tints of Cupid #F1AAB9

RGB

 RED value IS 241 (94.53% from 255) = 40.44%

 GREEN value IS 170 (66.8% from 255) = 28.52%

 BLUE value IS 185 (72.66% from 255) = 31.04%

R = 40.44%
G = 28.52%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1AAB9 (or 0xF1AAB9) is known color: Cupid. HEX triplet: F1, AA and B9. RGB value is (241,170,185). Sum of RGB (Red+Green+Blue) = 241+170+185=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAB9 is #0E5546. Grayscale: #C0C0C0. Windows color (decimal): -939335 or 12167921. OLE color: 12167921.

HSL color Cylindrical-coordinate representation of color #F1AAB9: hue angle of 347.32º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AAB9 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 170 185 -
CMYK 0 0.29 0.23 0.05
HSL 347.32º 0.72% 0.81% -
HSV(B) 347.32º 0.29% 0.95% -
XYZ 59.41 50.95 52.6 -
YUV 192.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 241 170 185 0 0.29 0.23 0.05 347.32 0.72 0.81
Hex F1 AA B9 0 1D 17 5 15B 48 51
Octal 361 252 271 0 35 27 5 533 110 121
Binary 11110001 10101010 10111001 0 11101 10111 101 101011011 1001000 1010001

Color Harmonies of #F1AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AAB9

Black with #F1AAB9

Text Example


Text Example

White with #F1AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AAB9; }

 p { color: rgb(241,170,185); }

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

background-color css

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

 a { background-color: rgb(241,170,185); }

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

border-color css

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

 span { border-color: rgb(241,170,185); }

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