Html Css Color HEX #FB96B0 Illusion

📋 copy color: '#FB96B0'

red 251 ◦ green 150 ◦ blue 176

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

Shades of Illusion #FB96B0

Tints of Illusion #FB96B0

RGB

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

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

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

R = 43.5%
G = 26%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB96B0 (or 0xFB96B0) is known color: Illusion. HEX triplet: FB, 96 and B0. RGB value is (251,150,176). Sum of RGB (Red+Green+Blue) = 251+150+176=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB96B0 is #04694F. Grayscale: #B7B7B7. Windows color (decimal): -289104 or 11572987. OLE color: 11572987.

HSL color Cylindrical-coordinate representation of color #FB96B0: hue angle of 344.55º 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 #FB96B0 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 150 176 -
CMYK 0 0.40 0.30 0.02
HSL 344.55º 0.93% 0.79% -
HSV(B) 344.55º 0.4% 0.98% -
XYZ 58.53 45.46 46.76 -
YUV 183.16 123.96 176.39 -
System Red Green Blue C M Y K H S L
Decimal 251 150 176 0 0.40 0.30 0.02 344.55 0.93 0.79
Hex FB 96 B0 0 28 1E 2 159 5D 4F
Octal 373 226 260 0 50 36 2 531 135 117
Binary 11111011 10010110 10110000 0 101000 11110 10 101011001 1011101 1001111

Color Harmonies of #FB96B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB96B0

Black with #FB96B0

Text Example


Text Example

White with #FB96B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB96B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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