Html Css Color HEX #FF969B Wewak

📋 copy color: '#FF969B'

red 255 ◦ green 150 ◦ blue 155

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

Shades of Wewak #FF969B

Tints of Wewak #FF969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.79%

 BLUE value IS 155 (60.94% from 255) = 27.68%

R = 45.54%
G = 26.79%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF969B (or 0xFF969B) is known color: Wewak. HEX triplet: FF, 96 and 9B. RGB value is (255,150,155). Sum of RGB (Red+Green+Blue) = 255+150+155=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF969B is #006964. Grayscale: #B6B6B6. Windows color (decimal): -26981 or 10196735. OLE color: 10196735.

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

Color convert

RGB 255 150 155 -
CMYK 0 0.41 0.39 0
HSL 357.14º 1% 0.79% -
HSV(B) 357.14º 0.41% 1% -
XYZ 58.06 45.44 36.72 -
YUV 181.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 255 150 155 0 0.41 0.39 0 357.14 1 0.79
Hex FF 96 9B 0 29 27 0 165 64 4F
Octal 377 226 233 0 51 47 0 545 144 117
Binary 11111111 10010110 10011011 0 101001 100111 0 101100101 1100100 1001111

Color Harmonies of #FF969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF969B

Black with #FF969B

Text Example


Text Example

White with #FF969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF969B; }

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

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

background-color css

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

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

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

border-color css

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

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

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