Html Css Color HEX #F9AAC2 Cupid

📋 copy color: '#F9AAC2'

red 249 ◦ green 170 ◦ blue 194

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

Shades of Cupid #F9AAC2

Tints of Cupid #F9AAC2

RGB

 RED value IS 249 (97.66% from 255) = 40.62%

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

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

R = 40.62%
G = 27.73%
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

#F9AAC2 (or 0xF9AAC2) is known color: Cupid. HEX triplet: F9, AA and C2. RGB value is (249,170,194). Sum of RGB (Red+Green+Blue) = 249+170+194=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AAC2 is #06553D. Grayscale: #C4C4C4. Windows color (decimal): -415038 or 12757753. OLE color: 12757753.

HSL color Cylindrical-coordinate representation of color #F9AAC2: hue angle of 341.77º degrees, saturation: 0.87, 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 #F9AAC2 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 170 194 -
CMYK 0 0.32 0.22 0.02
HSL 341.77º 0.87% 0.82% -
HSV(B) 341.77º 0.32% 0.98% -
XYZ 63.18 52.78 57.9 -
YUV 196.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 249 170 194 0 0.32 0.22 0.02 341.77 0.87 0.82
Hex F9 AA C2 0 20 16 2 156 57 52
Octal 371 252 302 0 40 26 2 526 127 122
Binary 11111001 10101010 11000010 0 100000 10110 10 101010110 1010111 1010010

Color Harmonies of #F9AAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AAC2

Black with #F9AAC2

Text Example


Text Example

White with #F9AAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AAC2; }

 p { color: rgb(249,170,194); }

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

background-color css

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

 a { background-color: rgb(249,170,194); }

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

border-color css

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

 span { border-color: rgb(249,170,194); }

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