Html Css Color HEX #FC959B Wewak

📋 copy color: '#FC959B'

red 252 ◦ green 149 ◦ blue 155

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

Shades of Wewak #FC959B

Tints of Wewak #FC959B

RGB

 RED value IS 252 (98.83% from 255) = 45.32%

 GREEN value IS 149 (58.59% from 255) = 26.8%

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

R = 45.32%
G = 26.8%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC959B (or 0xFC959B) is known color: Wewak. HEX triplet: FC, 95 and 9B. RGB value is (252,149,155). Sum of RGB (Red+Green+Blue) = 252+149+155=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC959B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC959B is #036A64. Grayscale: #B4B4B4. Windows color (decimal): -223845 or 10196476. OLE color: 10196476.

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

Color convert

RGB 252 149 155 -
CMYK 0 0.41 0.38 0.01
HSL 356.5º 0.94% 0.79% -
HSV(B) 356.5º 0.41% 0.99% -
XYZ 56.81 44.56 36.62 -
YUV 180.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 252 149 155 0 0.41 0.38 0.01 356.5 0.94 0.79
Hex FC 95 9B 0 29 26 1 165 5E 4F
Octal 374 225 233 0 51 46 1 545 136 117
Binary 11111100 10010101 10011011 0 101001 100110 1 101100101 1011110 1001111

Color Harmonies of #FC959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC959B

Black with #FC959B

Text Example


Text Example

White with #FC959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC959B; }

 p { color: rgb(252,149,155); }

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

background-color css

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

 a { background-color: rgb(252,149,155); }

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

border-color css

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

 span { border-color: rgb(252,149,155); }

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