Html Css Color HEX #FB8695 Wewak

📋 copy color: '#FB8695'

red 251 ◦ green 134 ◦ blue 149

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

Shades of Wewak #FB8695

Tints of Wewak #FB8695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.09%

 BLUE value IS 149 (58.59% from 255) = 27.9%

R = 47%
G = 25.09%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB8695 (or 0xFB8695) is known color: Wewak. HEX triplet: FB, 86 and 95. RGB value is (251,134,149). Sum of RGB (Red+Green+Blue) = 251+134+149=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8695 is #04796A. Grayscale: #AAAAAA. Windows color (decimal): -293227 or 9799419. OLE color: 9799419.

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

Color convert

RGB 251 134 149 -
CMYK 0 0.47 0.41 0.02
HSL 352.31º 0.94% 0.75% -
HSV(B) 352.31º 0.47% 0.98% -
XYZ 53.73 39.73 33.27 -
YUV 170.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 251 134 149 0 0.47 0.41 0.02 352.31 0.94 0.75
Hex FB 86 95 0 2F 29 2 160 5E 4B
Octal 373 206 225 0 57 51 2 540 136 113
Binary 11111011 10000110 10010101 0 101111 101001 10 101100000 1011110 1001011

Color Harmonies of #FB8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8695

Black with #FB8695

Text Example


Text Example

White with #FB8695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8695; }

 p { color: rgb(251,134,149); }

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

background-color css

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

 a { background-color: rgb(251,134,149); }

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

border-color css

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

 span { border-color: rgb(251,134,149); }

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