Html Css Color HEX #FAA8BD Cupid

📋 copy color: '#FAA8BD'

red 250 ◦ green 168 ◦ blue 189

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

Shades of Cupid #FAA8BD

Tints of Cupid #FAA8BD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.68%

 BLUE value IS 189 (74.22% from 255) = 31.14%

R = 41.19%
G = 27.68%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAA8BD (or 0xFAA8BD) is known color: Cupid. HEX triplet: FA, A8 and BD. RGB value is (250,168,189). Sum of RGB (Red+Green+Blue) = 250+168+189=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8BD is #055742. Grayscale: #C2C2C2. Windows color (decimal): -350019 or 12429562. OLE color: 12429562.

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

Color convert

RGB 250 168 189 -
CMYK 0 0.33 0.24 0.02
HSL 344.63º 0.89% 0.82% -
HSV(B) 344.63º 0.33% 0.98% -
XYZ 62.61 52 54.88 -
YUV 194.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 250 168 189 0 0.33 0.24 0.02 344.63 0.89 0.82
Hex FA A8 BD 0 21 18 2 159 59 52
Octal 372 250 275 0 41 30 2 531 131 122
Binary 11111010 10101000 10111101 0 100001 11000 10 101011001 1011001 1010010

Color Harmonies of #FAA8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA8BD

Black with #FAA8BD

Text Example


Text Example

White with #FAA8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA8BD; }

 p { color: rgb(250,168,189); }

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

background-color css

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

 a { background-color: rgb(250,168,189); }

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

border-color css

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

 span { border-color: rgb(250,168,189); }

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