Html Css Color HEX #FF8996 Wewak

📋 copy color: '#FF8996'

red 255 ◦ green 137 ◦ blue 150

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

Shades of Wewak #FF8996

Tints of Wewak #FF8996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.28%

 BLUE value IS 150 (58.98% from 255) = 27.68%

R = 47.05%
G = 25.28%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF8996 (or 0xFF8996) is known color: Wewak. HEX triplet: FF, 89 and 96. RGB value is (255,137,150). Sum of RGB (Red+Green+Blue) = 255+137+150=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8996 is #007669. Grayscale: #ADADAD. Windows color (decimal): -30314 or 9865727. OLE color: 9865727.

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

Color convert

RGB 255 137 150 -
CMYK 0 0.46 0.41 0
HSL 353.39º 1% 0.77% -
HSV(B) 353.39º 0.46% 1% -
XYZ 55.69 41.35 33.9 -
YUV 173.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 255 137 150 0 0.46 0.41 0 353.39 1 0.77
Hex FF 89 96 0 2E 29 0 161 64 4D
Octal 377 211 226 0 56 51 0 541 144 115
Binary 11111111 10001001 10010110 0 101110 101001 0 101100001 1100100 1001101

Color Harmonies of #FF8996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8996

Black with #FF8996

Text Example


Text Example

White with #FF8996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8996; }

 p { color: rgb(255,137,150); }

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

background-color css

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

 a { background-color: rgb(255,137,150); }

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

border-color css

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

 span { border-color: rgb(255,137,150); }

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