Html Css Color HEX #FB848A Wewak

📋 copy color: '#FB848A'

red 251 ◦ green 132 ◦ blue 138

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

Shades of Wewak #FB848A

Tints of Wewak #FB848A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.49%

R = 48.18%
G = 25.34%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB848A (or 0xFB848A) is known color: Wewak. HEX triplet: FB, 84 and 8A. RGB value is (251,132,138). Sum of RGB (Red+Green+Blue) = 251+132+138=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB848A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB848A is #047B75. Grayscale: #A8A8A8. Windows color (decimal): -293750 or 9078011. OLE color: 9078011.

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

Color convert

RGB 251 132 138 -
CMYK 0 0.47 0.45 0.02
HSL 356.97º 0.94% 0.75% -
HSV(B) 356.97º 0.47% 0.98% -
XYZ 52.62 38.85 28.77 -
YUV 168.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 251 132 138 0 0.47 0.45 0.02 356.97 0.94 0.75
Hex FB 84 8A 0 2F 2D 2 165 5E 4B
Octal 373 204 212 0 57 55 2 545 136 113
Binary 11111011 10000100 10001010 0 101111 101101 10 101100101 1011110 1001011

Color Harmonies of #FB848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB848A

Black with #FB848A

Text Example


Text Example

White with #FB848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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