Html Css Color HEX #FAACC2 Cupid

📋 copy color: '#FAACC2'

red 250 ◦ green 172 ◦ blue 194

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

Shades of Cupid #FAACC2

Tints of Cupid #FAACC2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.92%

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

R = 40.58%
G = 27.92%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAACC2 (or 0xFAACC2) is known color: Cupid. HEX triplet: FA, AC and C2. RGB value is (250,172,194). Sum of RGB (Red+Green+Blue) = 250+172+194=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACC2 is #05533D. Grayscale: #C5C5C5. Windows color (decimal): -348990 or 12758266. OLE color: 12758266.

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

Color convert

RGB 250 172 194 -
CMYK 0 0.31 0.22 0.02
HSL 343.08º 0.89% 0.83% -
HSV(B) 343.08º 0.31% 0.98% -
XYZ 63.91 53.72 58.04 -
YUV 197.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 250 172 194 0 0.31 0.22 0.02 343.08 0.89 0.83
Hex FA AC C2 0 1F 16 2 157 59 53
Octal 372 254 302 0 37 26 2 527 131 123
Binary 11111010 10101100 11000010 0 11111 10110 10 101010111 1011001 1010011

Color Harmonies of #FAACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACC2

Black with #FAACC2

Text Example


Text Example

White with #FAACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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