Html Css Color HEX #F6AAB9 Cupid

📋 copy color: '#F6AAB9'

red 246 ◦ green 170 ◦ blue 185

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

Shades of Cupid #F6AAB9

Tints of Cupid #F6AAB9

RGB

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

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

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

R = 40.93%
G = 28.29%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F6AAB9 (or 0xF6AAB9) is known color: Cupid. HEX triplet: F6, AA and B9. RGB value is (246,170,185). Sum of RGB (Red+Green+Blue) = 246+170+185=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AAB9 is #095546. Grayscale: #C2C2C2. Windows color (decimal): -611655 or 12167926. OLE color: 12167926.

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

Color convert

RGB 246 170 185 -
CMYK 0 0.31 0.25 0.04
HSL 348.16º 0.81% 0.82% -
HSV(B) 348.16º 0.31% 0.96% -
XYZ 61.14 51.85 52.68 -
YUV 194.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 246 170 185 0 0.31 0.25 0.04 348.16 0.81 0.82
Hex F6 AA B9 0 1F 19 4 15C 51 52
Octal 366 252 271 0 37 31 4 534 121 122
Binary 11110110 10101010 10111001 0 11111 11001 100 101011100 1010001 1010010

Color Harmonies of #F6AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AAB9

Black with #F6AAB9

Text Example


Text Example

White with #F6AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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