Html Css Color HEX #FB8290 Wewak

📋 copy color: '#FB8290'

red 251 ◦ green 130 ◦ blue 144

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

Shades of Wewak #FB8290

Tints of Wewak #FB8290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.76%

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

R = 47.81%
G = 24.76%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB8290 (or 0xFB8290) is known color: Wewak. HEX triplet: FB, 82 and 90. RGB value is (251,130,144). Sum of RGB (Red+Green+Blue) = 251+130+144=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8290 is #047D6F. Grayscale: #A7A7A7. Windows color (decimal): -294256 or 9470715. OLE color: 9470715.

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

Color convert

RGB 251 130 144 -
CMYK 0 0.48 0.43 0.02
HSL 353.06º 0.94% 0.75% -
HSV(B) 353.06º 0.48% 0.98% -
XYZ 52.8 38.49 31.03 -
YUV 167.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 251 130 144 0 0.48 0.43 0.02 353.06 0.94 0.75
Hex FB 82 90 0 30 2B 2 161 5E 4B
Octal 373 202 220 0 60 53 2 541 136 113
Binary 11111011 10000010 10010000 0 110000 101011 10 101100001 1011110 1001011

Color Harmonies of #FB8290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8290

Black with #FB8290

Text Example


Text Example

White with #FB8290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8290; }

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

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

background-color css

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

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

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

border-color css

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

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

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