Html Css Color HEX #FC8A8F Wewak

📋 copy color: '#FC8A8F'

red 252 ◦ green 138 ◦ blue 143

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

Shades of Wewak #FC8A8F

Tints of Wewak #FC8A8F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.89%

 BLUE value IS 143 (56.25% from 255) = 26.83%

R = 47.28%
G = 25.89%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC8A8F (or 0xFC8A8F) is known color: Wewak. HEX triplet: FC, 8A and 8F. RGB value is (252,138,143). Sum of RGB (Red+Green+Blue) = 252+138+143=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8A8F is #037570. Grayscale: #ACACAC. Windows color (decimal): -226673 or 9407228. OLE color: 9407228.

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

Color convert

RGB 252 138 143 -
CMYK 0 0.45 0.43 0.01
HSL 357.37º 0.95% 0.76% -
HSV(B) 357.37º 0.45% 0.99% -
XYZ 54.19 40.86 31.02 -
YUV 172.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 252 138 143 0 0.45 0.43 0.01 357.37 0.95 0.76
Hex FC 8A 8F 0 2D 2B 1 165 5F 4C
Octal 374 212 217 0 55 53 1 545 137 114
Binary 11111100 10001010 10001111 0 101101 101011 1 101100101 1011111 1001100

Color Harmonies of #FC8A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8A8F

Black with #FC8A8F

Text Example


Text Example

White with #FC8A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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