Html Css Color HEX #FC8294 Wewak

📋 copy color: '#FC8294'

red 252 ◦ green 130 ◦ blue 148

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

Shades of Wewak #FC8294

Tints of Wewak #FC8294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.53%

 BLUE value IS 148 (58.2% from 255) = 27.92%

R = 47.55%
G = 24.53%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC8294 (or 0xFC8294) is known color: Wewak. HEX triplet: FC, 82 and 94. RGB value is (252,130,148). Sum of RGB (Red+Green+Blue) = 252+130+148=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8294 is #037D6B. Grayscale: #A8A8A8. Windows color (decimal): -228716 or 9732860. OLE color: 9732860.

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

Color convert

RGB 252 130 148 -
CMYK 0 0.48 0.41 0.01
HSL 351.15º 0.95% 0.75% -
HSV(B) 351.15º 0.48% 0.99% -
XYZ 53.47 38.8 32.69 -
YUV 168.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 252 130 148 0 0.48 0.41 0.01 351.15 0.95 0.75
Hex FC 82 94 0 30 29 1 15F 5F 4B
Octal 374 202 224 0 60 51 1 537 137 113
Binary 11111100 10000010 10010100 0 110000 101001 1 101011111 1011111 1001011

Color Harmonies of #FC8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8294

Black with #FC8294

Text Example


Text Example

White with #FC8294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8294; }

 p { color: rgb(252,130,148); }

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

background-color css

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

 a { background-color: rgb(252,130,148); }

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

border-color css

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

 span { border-color: rgb(252,130,148); }

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