Html Css Color HEX #FAA9C2 Cupid

📋 copy color: '#FAA9C2'

red 250 ◦ green 169 ◦ blue 194

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

Shades of Cupid #FAA9C2

Tints of Cupid #FAA9C2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.57%

 BLUE value IS 194 (76.17% from 255) = 31.65%

R = 40.78%
G = 27.57%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAA9C2 (or 0xFAA9C2) is known color: Cupid. HEX triplet: FA, A9 and C2. RGB value is (250,169,194). Sum of RGB (Red+Green+Blue) = 250+169+194=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9C2 is #05563D. Grayscale: #C4C4C4. Windows color (decimal): -349758 or 12757498. OLE color: 12757498.

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

Color convert

RGB 250 169 194 -
CMYK 0 0.32 0.22 0.02
HSL 341.48º 0.89% 0.82% -
HSV(B) 341.48º 0.32% 0.98% -
XYZ 63.35 52.59 57.85 -
YUV 196.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 250 169 194 0 0.32 0.22 0.02 341.48 0.89 0.82
Hex FA A9 C2 0 20 16 2 155 59 52
Octal 372 251 302 0 40 26 2 525 131 122
Binary 11111010 10101001 11000010 0 100000 10110 10 101010101 1011001 1010010

Color Harmonies of #FAA9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA9C2

Black with #FAA9C2

Text Example


Text Example

White with #FAA9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA9C2; }

 p { color: rgb(250,169,194); }

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

background-color css

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

 a { background-color: rgb(250,169,194); }

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

border-color css

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

 span { border-color: rgb(250,169,194); }

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