Html Css Color HEX #FC8493 Wewak

📋 copy color: '#FC8493'

red 252 ◦ green 132 ◦ blue 147

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

Shades of Wewak #FC8493

Tints of Wewak #FC8493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.86%

 BLUE value IS 147 (57.81% from 255) = 27.68%

R = 47.46%
G = 24.86%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC8493 (or 0xFC8493) is known color: Wewak. HEX triplet: FC, 84 and 93. RGB value is (252,132,147). Sum of RGB (Red+Green+Blue) = 252+132+147=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8493 is #037B6C. Grayscale: #A9A9A9. Windows color (decimal): -228205 or 9667836. OLE color: 9667836.

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

Color convert

RGB 252 132 147 -
CMYK 0 0.48 0.42 0.01
HSL 352.5º 0.95% 0.75% -
HSV(B) 352.5º 0.48% 0.99% -
XYZ 53.66 39.3 32.36 -
YUV 169.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 252 132 147 0 0.48 0.42 0.01 352.5 0.95 0.75
Hex FC 84 93 0 30 2A 1 160 5F 4B
Octal 374 204 223 0 60 52 1 540 137 113
Binary 11111100 10000100 10010011 0 110000 101010 1 101100000 1011111 1001011

Color Harmonies of #FC8493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8493

Black with #FC8493

Text Example


Text Example

White with #FC8493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8493; }

 p { color: rgb(252,132,147); }

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

background-color css

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

 a { background-color: rgb(252,132,147); }

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

border-color css

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

 span { border-color: rgb(252,132,147); }

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