Html Css Color HEX #FB8591 Wewak

📋 copy color: '#FB8591'

red 251 ◦ green 133 ◦ blue 145

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

Shades of Wewak #FB8591

Tints of Wewak #FB8591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.14%

 BLUE value IS 145 (57.03% from 255) = 27.41%

R = 47.45%
G = 25.14%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB8591 (or 0xFB8591) is known color: Wewak. HEX triplet: FB, 85 and 91. RGB value is (251,133,145). Sum of RGB (Red+Green+Blue) = 251+133+145=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8591 is #047A6E. Grayscale: #A9A9A9. Windows color (decimal): -293487 or 9537019. OLE color: 9537019.

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

Color convert

RGB 251 133 145 -
CMYK 0 0.47 0.42 0.02
HSL 353.9º 0.94% 0.75% -
HSV(B) 353.9º 0.47% 0.98% -
XYZ 53.28 39.33 31.57 -
YUV 169.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 251 133 145 0 0.47 0.42 0.02 353.9 0.94 0.75
Hex FB 85 91 0 2F 2A 2 162 5E 4B
Octal 373 205 221 0 57 52 2 542 136 113
Binary 11111011 10000101 10010001 0 101111 101010 10 101100010 1011110 1001011

Color Harmonies of #FB8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8591

Black with #FB8591

Text Example


Text Example

White with #FB8591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8591; }

 p { color: rgb(251,133,145); }

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

background-color css

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

 a { background-color: rgb(251,133,145); }

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

border-color css

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

 span { border-color: rgb(251,133,145); }

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