Html Css Color HEX #FC8EA0 Wewak

📋 copy color: '#FC8EA0'

red 252 ◦ green 142 ◦ blue 160

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

Shades of Wewak #FC8EA0

Tints of Wewak #FC8EA0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.63%

 BLUE value IS 160 (62.89% from 255) = 28.88%

R = 45.49%
G = 25.63%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC8EA0 (or 0xFC8EA0) is known color: Wewak. HEX triplet: FC, 8E and A0. RGB value is (252,142,160). Sum of RGB (Red+Green+Blue) = 252+142+160=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8EA0 is #03715F. Grayscale: #B0B0B0. Windows color (decimal): -225632 or 10522364. OLE color: 10522364.

HSL color Cylindrical-coordinate representation of color #FC8EA0: hue angle of 350.18º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8EA0 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 142 160 -
CMYK 0 0.44 0.37 0.01
HSL 350.18º 0.95% 0.77% -
HSV(B) 350.18º 0.44% 0.99% -
XYZ 56.16 42.58 38.52 -
YUV 176.94 118.44 181.54 -
System Red Green Blue C M Y K H S L
Decimal 252 142 160 0 0.44 0.37 0.01 350.18 0.95 0.77
Hex FC 8E A0 0 2C 25 1 15E 5F 4D
Octal 374 216 240 0 54 45 1 536 137 115
Binary 11111100 10001110 10100000 0 101100 100101 1 101011110 1011111 1001101

Color Harmonies of #FC8EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8EA0

Black with #FC8EA0

Text Example


Text Example

White with #FC8EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8EA0; }

 p { color: rgb(252,142,160); }

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

background-color css

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

 a { background-color: rgb(252,142,160); }

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

border-color css

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

 span { border-color: rgb(252,142,160); }

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