Html Css Color HEX #FB8490 Wewak

📋 copy color: '#FB8490'

red 251 ◦ green 132 ◦ blue 144

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

Shades of Wewak #FB8490

Tints of Wewak #FB8490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.05%

 BLUE value IS 144 (56.64% from 255) = 27.32%

R = 47.63%
G = 25.05%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB8490 (or 0xFB8490) is known color: Wewak. HEX triplet: FB, 84 and 90. RGB value is (251,132,144). Sum of RGB (Red+Green+Blue) = 251+132+144=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8490 is #047B6F. Grayscale: #A9A9A9. Windows color (decimal): -293744 or 9471227. OLE color: 9471227.

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

Color convert

RGB 251 132 144 -
CMYK 0 0.47 0.43 0.02
HSL 353.95º 0.94% 0.75% -
HSV(B) 353.95º 0.47% 0.98% -
XYZ 53.07 39.03 31.12 -
YUV 168.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 251 132 144 0 0.47 0.43 0.02 353.95 0.94 0.75
Hex FB 84 90 0 2F 2B 2 162 5E 4B
Octal 373 204 220 0 57 53 2 542 136 113
Binary 11111011 10000100 10010000 0 101111 101011 10 101100010 1011110 1001011

Color Harmonies of #FB8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8490

Black with #FB8490

Text Example


Text Example

White with #FB8490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8490; }

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

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

background-color css

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

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

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

border-color css

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

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

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