Html Css Color HEX #FB8384 Wewak

📋 copy color: '#FB8384'

red 251 ◦ green 131 ◦ blue 132

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

Shades of Wewak #FB8384

Tints of Wewak #FB8384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.49%

 BLUE value IS 132 (51.95% from 255) = 25.68%

R = 48.83%
G = 25.49%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB8384 (or 0xFB8384) is known color: Wewak. HEX triplet: FB, 83 and 84. RGB value is (251,131,132). Sum of RGB (Red+Green+Blue) = 251+131+132=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8384 is #047C7B. Grayscale: #A7A7A7. Windows color (decimal): -294012 or 8684539. OLE color: 8684539.

HSL color Cylindrical-coordinate representation of color #FB8384: hue angle of 359.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB8384 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 131 132 -
CMYK 0 0.48 0.47 0.02
HSL 359.5º 0.94% 0.75% -
HSV(B) 359.5º 0.48% 0.98% -
XYZ 52.06 38.41 26.5 -
YUV 166.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 251 131 132 0 0.48 0.47 0.02 359.5 0.94 0.75
Hex FB 83 84 0 30 2F 2 168 5E 4B
Octal 373 203 204 0 60 57 2 550 136 113
Binary 11111011 10000011 10000100 0 110000 101111 10 101101000 1011110 1001011

Color Harmonies of #FB8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8384

Black with #FB8384

Text Example


Text Example

White with #FB8384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8384; }

 p { color: rgb(251,131,132); }

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

background-color css

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

 a { background-color: rgb(251,131,132); }

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

border-color css

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

 span { border-color: rgb(251,131,132); }

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