Html Css Color HEX #FB8A96 Wewak

📋 copy color: '#FB8A96'

red 251 ◦ green 138 ◦ blue 150

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

Shades of Wewak #FB8A96

Tints of Wewak #FB8A96

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.6%

 BLUE value IS 150 (58.98% from 255) = 27.83%

R = 46.57%
G = 25.6%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB8A96 (or 0xFB8A96) is known color: Wewak. HEX triplet: FB, 8A and 96. RGB value is (251,138,150). Sum of RGB (Red+Green+Blue) = 251+138+150=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8A96 is #047569. Grayscale: #ADADAD. Windows color (decimal): -292202 or 9865979. OLE color: 9865979.

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

Color convert

RGB 251 138 150 -
CMYK 0 0.45 0.40 0.02
HSL 353.63º 0.93% 0.76% -
HSV(B) 353.63º 0.45% 0.98% -
XYZ 54.38 40.89 33.88 -
YUV 173.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 251 138 150 0 0.45 0.40 0.02 353.63 0.93 0.76
Hex FB 8A 96 0 2D 28 2 162 5D 4C
Octal 373 212 226 0 55 50 2 542 135 114
Binary 11111011 10001010 10010110 0 101101 101000 10 101100010 1011101 1001100

Color Harmonies of #FB8A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8A96

Black with #FB8A96

Text Example


Text Example

White with #FB8A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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