Html Css Color HEX #FAA7BE Cupid

📋 copy color: '#FAA7BE'

red 250 ◦ green 167 ◦ blue 190

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

Shades of Cupid #FAA7BE

Tints of Cupid #FAA7BE

RGB

 RED value IS 250 (98.05% from 255) = 41.19%

 GREEN value IS 167 (65.63% from 255) = 27.51%

 BLUE value IS 190 (74.61% from 255) = 31.3%

R = 41.19%
G = 27.51%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAA7BE (or 0xFAA7BE) is known color: Cupid. HEX triplet: FA, A7 and BE. RGB value is (250,167,190). Sum of RGB (Red+Green+Blue) = 250+167+190=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7BE is #055841. Grayscale: #C2C2C2. Windows color (decimal): -350274 or 12494842. OLE color: 12494842.

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

Color convert

RGB 250 167 190 -
CMYK 0 0.33 0.24 0.02
HSL 343.37º 0.89% 0.82% -
HSV(B) 343.37º 0.33% 0.98% -
XYZ 62.54 51.68 55.39 -
YUV 194.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 250 167 190 0 0.33 0.24 0.02 343.37 0.89 0.82
Hex FA A7 BE 0 21 18 2 157 59 52
Octal 372 247 276 0 41 30 2 527 131 122
Binary 11111010 10100111 10111110 0 100001 11000 10 101010111 1011001 1010010

Color Harmonies of #FAA7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7BE

Black with #FAA7BE

Text Example


Text Example

White with #FAA7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7BE; }

 p { color: rgb(250,167,190); }

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

background-color css

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

 a { background-color: rgb(250,167,190); }

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

border-color css

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

 span { border-color: rgb(250,167,190); }

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