Html Css Color HEX #FA9FAB Illusion

📋 copy color: '#FA9FAB'

red 250 ◦ green 159 ◦ blue 171

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

Shades of Illusion #FA9FAB

Tints of Illusion #FA9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.41%

 BLUE value IS 171 (67.19% from 255) = 29.48%

R = 43.1%
G = 27.41%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA9FAB (or 0xFA9FAB) is known color: Illusion. HEX triplet: FA, 9F and AB. RGB value is (250,159,171). Sum of RGB (Red+Green+Blue) = 250+159+171=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9FAB is #056054. Grayscale: #BBBBBB. Windows color (decimal): -352341 or 11247610. OLE color: 11247610.

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

Color convert

RGB 250 159 171 -
CMYK 0 0.36 0.32 0.02
HSL 352.09º 0.9% 0.8% -
HSV(B) 352.09º 0.36% 0.98% -
XYZ 59.17 48.06 44.69 -
YUV 187.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 250 159 171 0 0.36 0.32 0.02 352.09 0.9 0.8
Hex FA 9F AB 0 24 20 2 160 5A 50
Octal 372 237 253 0 44 40 2 540 132 120
Binary 11111010 10011111 10101011 0 100100 100000 10 101100000 1011010 1010000

Color Harmonies of #FA9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9FAB

Black with #FA9FAB

Text Example


Text Example

White with #FA9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9FAB; }

 p { color: rgb(250,159,171); }

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

background-color css

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

 a { background-color: rgb(250,159,171); }

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

border-color css

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

 span { border-color: rgb(250,159,171); }

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