Html Css Color HEX #F6AABD Cupid

📋 copy color: '#F6AABD'

red 246 ◦ green 170 ◦ blue 189

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

Shades of Cupid #F6AABD

Tints of Cupid #F6AABD

RGB

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

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

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

R = 40.66%
G = 28.1%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6AABD (or 0xF6AABD) is known color: Cupid. HEX triplet: F6, AA and BD. RGB value is (246,170,189). Sum of RGB (Red+Green+Blue) = 246+170+189=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AABD is #095542. Grayscale: #C2C2C2. Windows color (decimal): -611651 or 12430070. OLE color: 12430070.

HSL color Cylindrical-coordinate representation of color #F6AABD: hue angle of 345º 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 #F6AABD is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 170 189 -
CMYK 0 0.31 0.23 0.04
HSL 345º 0.81% 0.82% -
HSV(B) 345º 0.31% 0.96% -
XYZ 61.57 52.02 54.94 -
YUV 194.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 246 170 189 0 0.31 0.23 0.04 345 0.81 0.82
Hex F6 AA BD 0 1F 17 4 159 51 52
Octal 366 252 275 0 37 27 4 531 121 122
Binary 11110110 10101010 10111101 0 11111 10111 100 101011001 1010001 1010010

Color Harmonies of #F6AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AABD

Black with #F6AABD

Text Example


Text Example

White with #F6AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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