Html Css Color HEX #FC8384 Wewak

📋 copy color: '#FC8384'

red 252 ◦ green 131 ◦ blue 132

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

Shades of Wewak #FC8384

Tints of Wewak #FC8384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.44%

 BLUE value IS 132 (51.95% from 255) = 25.63%

R = 48.93%
G = 25.44%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC8384 (or 0xFC8384) is known color: Wewak. HEX triplet: FC, 83 and 84. RGB value is (252,131,132). Sum of RGB (Red+Green+Blue) = 252+131+132=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8384 is #037C7B. Grayscale: #A7A7A7. Windows color (decimal): -228476 or 8684540. OLE color: 8684540.

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

Color convert

RGB 252 131 132 -
CMYK 0 0.48 0.48 0.01
HSL 359.5º 0.95% 0.75% -
HSV(B) 359.5º 0.48% 0.99% -
XYZ 52.43 38.59 26.52 -
YUV 167.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 252 131 132 0 0.48 0.48 0.01 359.5 0.95 0.75
Hex FC 83 84 0 30 30 1 168 5F 4B
Octal 374 203 204 0 60 60 1 550 137 113
Binary 11111100 10000011 10000100 0 110000 110000 1 101101000 1011111 1001011

Color Harmonies of #FC8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8384

Black with #FC8384

Text Example


Text Example

White with #FC8384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8384; }

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

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

background-color css

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

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

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

border-color css

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

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

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