Html Css Color HEX #FC9BA6 Wewak

📋 copy color: '#FC9BA6'

red 252 ◦ green 155 ◦ blue 166

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

Shades of Wewak #FC9BA6

Tints of Wewak #FC9BA6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.05%

 BLUE value IS 166 (65.23% from 255) = 28.97%

R = 43.98%
G = 27.05%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC9BA6 (or 0xFC9BA6) is known color: Wewak. HEX triplet: FC, 9B and A6. RGB value is (252,155,166). Sum of RGB (Red+Green+Blue) = 252+155+166=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9BA6 is #036459. Grayscale: #B9B9B9. Windows color (decimal): -222298 or 10918908. OLE color: 10918908.

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

Color convert

RGB 252 155 166 -
CMYK 0 0.38 0.34 0.01
HSL 353.2º 0.94% 0.8% -
HSV(B) 353.2º 0.38% 0.99% -
XYZ 58.75 46.89 42.03 -
YUV 185.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 252 155 166 0 0.38 0.34 0.01 353.2 0.94 0.8
Hex FC 9B A6 0 26 22 1 161 5E 50
Octal 374 233 246 0 46 42 1 541 136 120
Binary 11111100 10011011 10100110 0 100110 100010 1 101100001 1011110 1010000

Color Harmonies of #FC9BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9BA6

Black with #FC9BA6

Text Example


Text Example

White with #FC9BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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