Html Css Color HEX #FC8490 Wewak

📋 copy color: '#FC8490'

red 252 ◦ green 132 ◦ blue 144

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

Shades of Wewak #FC8490

Tints of Wewak #FC8490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.27%

R = 47.73%
G = 25%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC8490 (or 0xFC8490) is known color: Wewak. HEX triplet: FC, 84 and 90. RGB value is (252,132,144). Sum of RGB (Red+Green+Blue) = 252+132+144=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8490 is #037B6F. Grayscale: #A9A9A9. Windows color (decimal): -228208 or 9471228. OLE color: 9471228.

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

Color convert

RGB 252 132 144 -
CMYK 0 0.48 0.43 0.01
HSL 354º 0.95% 0.75% -
HSV(B) 354º 0.48% 0.99% -
XYZ 53.43 39.21 31.14 -
YUV 169.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 252 132 144 0 0.48 0.43 0.01 354 0.95 0.75
Hex FC 84 90 0 30 2B 1 162 5F 4B
Octal 374 204 220 0 60 53 1 542 137 113
Binary 11111100 10000100 10010000 0 110000 101011 1 101100010 1011111 1001011

Color Harmonies of #FC8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8490

Black with #FC8490

Text Example


Text Example

White with #FC8490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8490; }

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

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

background-color css

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

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

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

border-color css

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

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

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