Html Css Color HEX #FF8695 Wewak

📋 copy color: '#FF8695'

red 255 ◦ green 134 ◦ blue 149

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

Shades of Wewak #FF8695

Tints of Wewak #FF8695

RGB

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

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

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

R = 47.4%
G = 24.91%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF8695 (or 0xFF8695) is known color: Wewak. HEX triplet: FF, 86 and 95. RGB value is (255,134,149). Sum of RGB (Red+Green+Blue) = 255+134+149=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8695 is #00796A. Grayscale: #ABABAB. Windows color (decimal): -31083 or 9799423. OLE color: 9799423.

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

Color convert

RGB 255 134 149 -
CMYK 0 0.47 0.42 0
HSL 352.56º 1% 0.76% -
HSV(B) 352.56º 0.47% 1% -
XYZ 55.19 40.48 33.34 -
YUV 171.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 255 134 149 0 0.47 0.42 0 352.56 1 0.76
Hex FF 86 95 0 2F 2A 0 161 64 4C
Octal 377 206 225 0 57 52 0 541 144 114
Binary 11111111 10000110 10010101 0 101111 101010 0 101100001 1100100 1001100

Color Harmonies of #FF8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8695

Black with #FF8695

Text Example


Text Example

White with #FF8695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8695; }

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

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

background-color css

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

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

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

border-color css

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

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

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