Html Css Color HEX #FF8395 Wewak

📋 copy color: '#FF8395'

red 255 ◦ green 131 ◦ blue 149

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

Shades of Wewak #FF8395

Tints of Wewak #FF8395

RGB

 RED value IS 255 (100% from 255) = 47.66%

 GREEN value IS 131 (51.56% from 255) = 24.49%

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

R = 47.66%
G = 24.49%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF8395 (or 0xFF8395) is known color: Wewak. HEX triplet: FF, 83 and 95. RGB value is (255,131,149). Sum of RGB (Red+Green+Blue) = 255+131+149=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8395 is #007C6A. Grayscale: #AAAAAA. Windows color (decimal): -31851 or 9798655. OLE color: 9798655.

HSL color Cylindrical-coordinate representation of color #FF8395: hue angle of 351.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8395 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 131 149 -
CMYK 0 0.49 0.42 0
HSL 351.29º 1% 0.76% -
HSV(B) 351.29º 0.49% 1% -
XYZ 54.78 39.66 33.2 -
YUV 170.13 116.08 188.54 -
System Red Green Blue C M Y K H S L
Decimal 255 131 149 0 0.49 0.42 0 351.29 1 0.76
Hex FF 83 95 0 31 2A 0 15F 64 4C
Octal 377 203 225 0 61 52 0 537 144 114
Binary 11111111 10000011 10010101 0 110001 101010 0 101011111 1100100 1001100

Color Harmonies of #FF8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8395

Black with #FF8395

Text Example


Text Example

White with #FF8395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8395; }

 p { color: rgb(255,131,149); }

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

background-color css

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

 a { background-color: rgb(255,131,149); }

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

border-color css

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

 span { border-color: rgb(255,131,149); }

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