Html Css Color HEX #FB96AD Illusion

📋 copy color: '#FB96AD'

red 251 ◦ green 150 ◦ blue 173

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

Shades of Illusion #FB96AD

Tints of Illusion #FB96AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.14%

R = 43.73%
G = 26.13%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB96AD (or 0xFB96AD) is known color: Illusion. HEX triplet: FB, 96 and AD. RGB value is (251,150,173). Sum of RGB (Red+Green+Blue) = 251+150+173=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB96AD is #046952. Grayscale: #B6B6B6. Windows color (decimal): -289107 or 11376379. OLE color: 11376379.

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

Color convert

RGB 251 150 173 -
CMYK 0 0.40 0.31 0.02
HSL 346.34º 0.93% 0.79% -
HSV(B) 346.34º 0.4% 0.98% -
XYZ 58.23 45.34 45.22 -
YUV 182.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 251 150 173 0 0.40 0.31 0.02 346.34 0.93 0.79
Hex FB 96 AD 0 28 1F 2 15A 5D 4F
Octal 373 226 255 0 50 37 2 532 135 117
Binary 11111011 10010110 10101101 0 101000 11111 10 101011010 1011101 1001111

Color Harmonies of #FB96AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB96AD

Black with #FB96AD

Text Example


Text Example

White with #FB96AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB96AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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