Html Css Color HEX #FAACC6 Cupid

📋 copy color: '#FAACC6'

red 250 ◦ green 172 ◦ blue 198

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

Shades of Cupid #FAACC6

Tints of Cupid #FAACC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.94%

R = 40.32%
G = 27.74%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAACC6 (or 0xFAACC6) is known color: Cupid. HEX triplet: FA, AC and C6. RGB value is (250,172,198). Sum of RGB (Red+Green+Blue) = 250+172+198=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACC6 is #055339. Grayscale: #C6C6C6. Windows color (decimal): -348986 or 13020410. OLE color: 13020410.

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

Color convert

RGB 250 172 198 -
CMYK 0 0.31 0.21 0.02
HSL 340º 0.89% 0.83% -
HSV(B) 340º 0.31% 0.98% -
XYZ 64.37 53.91 60.44 -
YUV 198.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 250 172 198 0 0.31 0.21 0.02 340 0.89 0.83
Hex FA AC C6 0 1F 15 2 154 59 53
Octal 372 254 306 0 37 25 2 524 131 123
Binary 11111010 10101100 11000110 0 11111 10101 10 101010100 1011001 1010011

Color Harmonies of #FAACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACC6

Black with #FAACC6

Text Example


Text Example

White with #FAACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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