Html Css Color HEX #FF96B3 Illusion

📋 copy color: '#FF96B3'

red 255 ◦ green 150 ◦ blue 179

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

Shades of Illusion #FF96B3

Tints of Illusion #FF96B3

RGB

 RED value IS 255 (100% from 255) = 43.66%

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

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

R = 43.66%
G = 25.68%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF96B3 (or 0xFF96B3) is known color: Illusion. HEX triplet: FF, 96 and B3. RGB value is (255,150,179). Sum of RGB (Red+Green+Blue) = 255+150+179=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96B3 is #00694C. Grayscale: #B8B8B8. Windows color (decimal): -26957 or 11769599. OLE color: 11769599.

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

Color convert

RGB 255 150 179 -
CMYK 0 0.41 0.30 0
HSL 343.43º 1% 0.79% -
HSV(B) 343.43º 0.41% 1% -
XYZ 60.28 46.33 48.41 -
YUV 184.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 255 150 179 0 0.41 0.30 0 343.43 1 0.79
Hex FF 96 B3 0 29 1E 0 157 64 4F
Octal 377 226 263 0 51 36 0 527 144 117
Binary 11111111 10010110 10110011 0 101001 11110 0 101010111 1100100 1001111

Color Harmonies of #FF96B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF96B3

Black with #FF96B3

Text Example


Text Example

White with #FF96B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF96B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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