Html Css Color HEX #FAACC4 Cupid

📋 copy color: '#FAACC4'

red 250 ◦ green 172 ◦ blue 196

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

Shades of Cupid #FAACC4

Tints of Cupid #FAACC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.72%

R = 40.45%
G = 27.83%
B = 31.72%

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

#FAACC4 (or 0xFAACC4) is known color: Cupid. HEX triplet: FA, AC and C4. RGB value is (250,172,196). Sum of RGB (Red+Green+Blue) = 250+172+196=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACC4 is #05533B. Grayscale: #C6C6C6. Windows color (decimal): -348988 or 12889338. OLE color: 12889338.

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

Color convert

RGB 250 172 196 -
CMYK 0 0.31 0.22 0.02
HSL 341.54º 0.89% 0.83% -
HSV(B) 341.54º 0.31% 0.98% -
XYZ 64.14 53.81 59.23 -
YUV 198.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 250 172 196 0 0.31 0.22 0.02 341.54 0.89 0.83
Hex FA AC C4 0 1F 16 2 156 59 53
Octal 372 254 304 0 37 26 2 526 131 123
Binary 11111010 10101100 11000100 0 11111 10110 10 101010110 1011001 1010011

Color Harmonies of #FAACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACC4

Black with #FAACC4

Text Example


Text Example

White with #FAACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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