Html Css Color HEX #FAA5BD Cupid

📋 copy color: '#FAA5BD'

red 250 ◦ green 165 ◦ blue 189

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

Shades of Cupid #FAA5BD

Tints of Cupid #FAA5BD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.32%

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

R = 41.39%
G = 27.32%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAA5BD (or 0xFAA5BD) is known color: Cupid. HEX triplet: FA, A5 and BD. RGB value is (250,165,189). Sum of RGB (Red+Green+Blue) = 250+165+189=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5BD is #055A42. Grayscale: #C1C1C1. Windows color (decimal): -350787 or 12428794. OLE color: 12428794.

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

Color convert

RGB 250 165 189 -
CMYK 0 0.34 0.24 0.02
HSL 343.06º 0.89% 0.81% -
HSV(B) 343.06º 0.34% 0.98% -
XYZ 62.06 50.91 54.7 -
YUV 193.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 250 165 189 0 0.34 0.24 0.02 343.06 0.89 0.81
Hex FA A5 BD 0 22 18 2 157 59 51
Octal 372 245 275 0 42 30 2 527 131 121
Binary 11111010 10100101 10111101 0 100010 11000 10 101010111 1011001 1010001

Color Harmonies of #FAA5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5BD

Black with #FAA5BD

Text Example


Text Example

White with #FAA5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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