Html Css Color HEX #FA96B0 Illusion

📋 copy color: '#FA96B0'

red 250 ◦ green 150 ◦ blue 176

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

Shades of Illusion #FA96B0

Tints of Illusion #FA96B0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.04%

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

R = 43.4%
G = 26.04%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA96B0 (or 0xFA96B0) is known color: Illusion. HEX triplet: FA, 96 and B0. RGB value is (250,150,176). Sum of RGB (Red+Green+Blue) = 250+150+176=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA96B0 is #05694F. Grayscale: #B6B6B6. Windows color (decimal): -354640 or 11572986. OLE color: 11572986.

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

Color convert

RGB 250 150 176 -
CMYK 0 0.4 0.30 0.02
HSL 344.4º 0.91% 0.78% -
HSV(B) 344.4º 0.4% 0.98% -
XYZ 58.17 45.27 46.75 -
YUV 182.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 250 150 176 0 0.4 0.30 0.02 344.4 0.91 0.78
Hex FA 96 B0 0 28 1E 2 158 5B 4E
Octal 372 226 260 0 50 36 2 530 133 116
Binary 11111010 10010110 10110000 0 101000 11110 10 101011000 1011011 1001110

Color Harmonies of #FA96B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA96B0

Black with #FA96B0

Text Example


Text Example

White with #FA96B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA96B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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