Html Css Color HEX #FA9AB0 Illusion

📋 copy color: '#FA9AB0'

red 250 ◦ green 154 ◦ blue 176

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

Shades of Illusion #FA9AB0

Tints of Illusion #FA9AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.34%

R = 43.1%
G = 26.55%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA9AB0 (or 0xFA9AB0) is known color: Illusion. HEX triplet: FA, 9A and B0. RGB value is (250,154,176). Sum of RGB (Red+Green+Blue) = 250+154+176=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9AB0 is #05654F. Grayscale: #B9B9B9. Windows color (decimal): -353616 or 11574010. OLE color: 11574010.

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

Color convert

RGB 250 154 176 -
CMYK 0 0.38 0.30 0.02
HSL 346.25º 0.91% 0.79% -
HSV(B) 346.25º 0.38% 0.98% -
XYZ 58.82 46.57 46.96 -
YUV 185.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 250 154 176 0 0.38 0.30 0.02 346.25 0.91 0.79
Hex FA 9A B0 0 26 1E 2 15A 5B 4F
Octal 372 232 260 0 46 36 2 532 133 117
Binary 11111010 10011010 10110000 0 100110 11110 10 101011010 1011011 1001111

Color Harmonies of #FA9AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9AB0

Black with #FA9AB0

Text Example


Text Example

White with #FA9AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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