Html Css Color HEX #FA9AB6 Illusion

📋 copy color: '#FA9AB6'

red 250 ◦ green 154 ◦ blue 182

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

Shades of Illusion #FA9AB6

Tints of Illusion #FA9AB6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.28%

 BLUE value IS 182 (71.48% from 255) = 31.06%

R = 42.66%
G = 26.28%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA9AB6 (or 0xFA9AB6) is known color: Illusion. HEX triplet: FA, 9A and B6. RGB value is (250,154,182). Sum of RGB (Red+Green+Blue) = 250+154+182=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AB6 is #056549. Grayscale: #B9B9B9. Windows color (decimal): -353610 or 11967226. OLE color: 11967226.

HSL color Cylindrical-coordinate representation of color #FA9AB6: hue angle of 342.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9AB6 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 154 182 -
CMYK 0 0.38 0.27 0.02
HSL 342.5º 0.91% 0.79% -
HSV(B) 342.5º 0.38% 0.98% -
XYZ 59.42 46.81 50.16 -
YUV 185.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 250 154 182 0 0.38 0.27 0.02 342.5 0.91 0.79
Hex FA 9A B6 0 26 1B 2 156 5B 4F
Octal 372 232 266 0 46 33 2 526 133 117
Binary 11111010 10011010 10110110 0 100110 11011 10 101010110 1011011 1001111

Color Harmonies of #FA9AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9AB6

Black with #FA9AB6

Text Example


Text Example

White with #FA9AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9AB6; }

 p { color: rgb(250,154,182); }

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

background-color css

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

 a { background-color: rgb(250,154,182); }

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

border-color css

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

 span { border-color: rgb(250,154,182); }

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