Html Css Color HEX #FAA5AD Illusion

📋 copy color: '#FAA5AD'

red 250 ◦ green 165 ◦ blue 173

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

Shades of Illusion #FAA5AD

Tints of Illusion #FAA5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.42%

R = 42.52%
G = 28.06%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAA5AD (or 0xFAA5AD) is known color: Illusion. HEX triplet: FA, A5 and AD. RGB value is (250,165,173). Sum of RGB (Red+Green+Blue) = 250+165+173=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA5AD is #055A52. Grayscale: #BFBFBF. Windows color (decimal): -350803 or 11380218. OLE color: 11380218.

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

Color convert

RGB 250 165 173 -
CMYK 0 0.34 0.31 0.02
HSL 354.35º 0.89% 0.81% -
HSV(B) 354.35º 0.34% 0.98% -
XYZ 60.42 50.25 46.05 -
YUV 191.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 250 165 173 0 0.34 0.31 0.02 354.35 0.89 0.81
Hex FA A5 AD 0 22 1F 2 162 59 51
Octal 372 245 255 0 42 37 2 542 131 121
Binary 11111010 10100101 10101101 0 100010 11111 10 101100010 1011001 1010001

Color Harmonies of #FAA5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5AD

Black with #FAA5AD

Text Example


Text Example

White with #FAA5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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