Html Css Color HEX #FB8394 Wewak

📋 copy color: '#FB8394'

red 251 ◦ green 131 ◦ blue 148

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

Shades of Wewak #FB8394

Tints of Wewak #FB8394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.92%

R = 47.36%
G = 24.72%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB8394 (or 0xFB8394) is known color: Wewak. HEX triplet: FB, 83 and 94. RGB value is (251,131,148). Sum of RGB (Red+Green+Blue) = 251+131+148=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8394 is #047C6B. Grayscale: #A8A8A8. Windows color (decimal): -293996 or 9733115. OLE color: 9733115.

HSL color Cylindrical-coordinate representation of color #FB8394: hue angle of 351.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 #FB8394 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 131 148 -
CMYK 0 0.48 0.41 0.02
HSL 351.5º 0.94% 0.75% -
HSV(B) 351.5º 0.48% 0.98% -
XYZ 53.25 38.88 32.72 -
YUV 168.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 251 131 148 0 0.48 0.41 0.02 351.5 0.94 0.75
Hex FB 83 94 0 30 29 2 160 5E 4B
Octal 373 203 224 0 60 51 2 540 136 113
Binary 11111011 10000011 10010100 0 110000 101001 10 101100000 1011110 1001011

Color Harmonies of #FB8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8394

Black with #FB8394

Text Example


Text Example

White with #FB8394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8394; }

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

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

background-color css

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

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

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

border-color css

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

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

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