Html Css Color HEX #FC959D Wewak

📋 copy color: '#FC959D'

red 252 ◦ green 149 ◦ blue 157

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

Shades of Wewak #FC959D

Tints of Wewak #FC959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.14%

R = 45.16%
G = 26.7%
B = 28.14%

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

#FC959D (or 0xFC959D) is known color: Wewak. HEX triplet: FC, 95 and 9D. RGB value is (252,149,157). Sum of RGB (Red+Green+Blue) = 252+149+157=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC959D is #036A62. Grayscale: #B4B4B4. Windows color (decimal): -223843 or 10327548. OLE color: 10327548.

HSL color Cylindrical-coordinate representation of color #FC959D: hue angle of 355.34º 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 #FC959D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 149 157 -
CMYK 0 0.41 0.38 0.01
HSL 355.34º 0.94% 0.79% -
HSV(B) 355.34º 0.41% 0.99% -
XYZ 56.98 44.62 37.51 -
YUV 180.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 252 149 157 0 0.41 0.38 0.01 355.34 0.94 0.79
Hex FC 95 9D 0 29 26 1 163 5E 4F
Octal 374 225 235 0 51 46 1 543 136 117
Binary 11111100 10010101 10011101 0 101001 100110 1 101100011 1011110 1001111

Color Harmonies of #FC959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC959D

Black with #FC959D

Text Example


Text Example

White with #FC959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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