Html Css Color HEX #FE96B3 Illusion

📋 copy color: '#FE96B3'

red 254 ◦ green 150 ◦ blue 179

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

Shades of Illusion #FE96B3

Tints of Illusion #FE96B3

RGB

 RED value IS 254 (99.61% from 255) = 43.57%

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

 BLUE value IS 179 (70.31% from 255) = 30.7%

R = 43.57%
G = 25.73%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE96B3 (or 0xFE96B3) is known color: Illusion. HEX triplet: FE, 96 and B3. RGB value is (254,150,179). Sum of RGB (Red+Green+Blue) = 254+150+179=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96B3 is #01694C. Grayscale: #B8B8B8. Windows color (decimal): -92493 or 11769598. OLE color: 11769598.

HSL color Cylindrical-coordinate representation of color #FE96B3: hue angle of 343.27º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE96B3 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 150 179 -
CMYK 0 0.41 0.30 0.00
HSL 343.27º 0.98% 0.79% -
HSV(B) 343.27º 0.41% 1% -
XYZ 59.92 46.14 48.4 -
YUV 184.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 254 150 179 0 0.41 0.30 0.00 343.27 0.98 0.79
Hex FE 96 B3 0 29 1E 0 157 62 4F
Octal 376 226 263 0 51 36 0 527 142 117
Binary 11111110 10010110 10110011 0 101001 11110 0 101010111 1100010 1001111

Color Harmonies of #FE96B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96B3

Black with #FE96B3

Text Example


Text Example

White with #FE96B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96B3; }

 p { color: rgb(254,150,179); }

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

background-color css

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

 a { background-color: rgb(254,150,179); }

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

border-color css

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

 span { border-color: rgb(254,150,179); }

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