Html Css Color HEX #FA9EB2 Illusion

📋 copy color: '#FA9EB2'

red 250 ◦ green 158 ◦ blue 178

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

Shades of Illusion #FA9EB2

Tints of Illusion #FA9EB2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.96%

 BLUE value IS 178 (69.92% from 255) = 30.38%

R = 42.66%
G = 26.96%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA9EB2 (or 0xFA9EB2) is known color: Illusion. HEX triplet: FA, 9E and B2. RGB value is (250,158,178). Sum of RGB (Red+Green+Blue) = 250+158+178=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9EB2 is #05614D. Grayscale: #BBBBBB. Windows color (decimal): -352590 or 11706106. OLE color: 11706106.

HSL color Cylindrical-coordinate representation of color #FA9EB2: hue angle of 346.96º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9EB2 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 158 178 -
CMYK 0 0.37 0.29 0.02
HSL 346.96º 0.9% 0.8% -
HSV(B) 346.96º 0.37% 0.98% -
XYZ 59.69 47.99 48.24 -
YUV 187.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 250 158 178 0 0.37 0.29 0.02 346.96 0.9 0.8
Hex FA 9E B2 0 25 1D 2 15B 5A 50
Octal 372 236 262 0 45 35 2 533 132 120
Binary 11111010 10011110 10110010 0 100101 11101 10 101011011 1011010 1010000

Color Harmonies of #FA9EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9EB2

Black with #FA9EB2

Text Example


Text Example

White with #FA9EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9EB2; }

 p { color: rgb(250,158,178); }

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

background-color css

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

 a { background-color: rgb(250,158,178); }

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

border-color css

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

 span { border-color: rgb(250,158,178); }

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