Html Css Color HEX #FB96B5 Illusion

📋 copy color: '#FB96B5'

red 251 ◦ green 150 ◦ blue 181

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

Shades of Illusion #FB96B5

Tints of Illusion #FB96B5

RGB

 RED value IS 251 (98.44% from 255) = 43.13%

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

 BLUE value IS 181 (71.09% from 255) = 31.1%

R = 43.13%
G = 25.77%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FB96B5 (or 0xFB96B5) is known color: Illusion. HEX triplet: FB, 96 and B5. RGB value is (251,150,181). Sum of RGB (Red+Green+Blue) = 251+150+181=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96B5 is #04694A. Grayscale: #B7B7B7. Windows color (decimal): -289099 or 11900667. OLE color: 11900667.

HSL color Cylindrical-coordinate representation of color #FB96B5: hue angle of 341.58º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96B5 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 150 181 -
CMYK 0 0.40 0.28 0.02
HSL 341.58º 0.93% 0.79% -
HSV(B) 341.58º 0.4% 0.98% -
XYZ 59.03 45.66 49.42 -
YUV 183.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 251 150 181 0 0.40 0.28 0.02 341.58 0.93 0.79
Hex FB 96 B5 0 28 1C 2 156 5D 4F
Octal 373 226 265 0 50 34 2 526 135 117
Binary 11111011 10010110 10110101 0 101000 11100 10 101010110 1011101 1001111

Color Harmonies of #FB96B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB96B5

Black with #FB96B5

Text Example


Text Example

White with #FB96B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB96B5; }

 p { color: rgb(251,150,181); }

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

background-color css

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

 a { background-color: rgb(251,150,181); }

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

border-color css

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

 span { border-color: rgb(251,150,181); }

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