Html Css Color HEX #FC8FA0 Wewak

📋 copy color: '#FC8FA0'

red 252 ◦ green 143 ◦ blue 160

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

Shades of Wewak #FC8FA0

Tints of Wewak #FC8FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.77%

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

R = 45.41%
G = 25.77%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC8FA0 (or 0xFC8FA0) is known color: Wewak. HEX triplet: FC, 8F and A0. RGB value is (252,143,160). Sum of RGB (Red+Green+Blue) = 252+143+160=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8FA0 is #03705F. Grayscale: #B1B1B1. Windows color (decimal): -225376 or 10522620. OLE color: 10522620.

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

Color convert

RGB 252 143 160 -
CMYK 0 0.43 0.37 0.01
HSL 350.64º 0.95% 0.77% -
HSV(B) 350.64º 0.43% 0.99% -
XYZ 56.31 42.88 38.57 -
YUV 177.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 252 143 160 0 0.43 0.37 0.01 350.64 0.95 0.77
Hex FC 8F A0 0 2B 25 1 15F 5F 4D
Octal 374 217 240 0 53 45 1 537 137 115
Binary 11111100 10001111 10100000 0 101011 100101 1 101011111 1011111 1001101

Color Harmonies of #FC8FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FA0

Black with #FC8FA0

Text Example


Text Example

White with #FC8FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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