Html Css Color HEX #FC8C9B Wewak

📋 copy color: '#FC8C9B'

red 252 ◦ green 140 ◦ blue 155

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

Shades of Wewak #FC8C9B

Tints of Wewak #FC8C9B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.59%

 BLUE value IS 155 (60.94% from 255) = 28.34%

R = 46.07%
G = 25.59%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC8C9B (or 0xFC8C9B) is known color: Wewak. HEX triplet: FC, 8C and 9B. RGB value is (252,140,155). Sum of RGB (Red+Green+Blue) = 252+140+155=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C9B is #037364. Grayscale: #AFAFAF. Windows color (decimal): -226149 or 10194172. OLE color: 10194172.

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

Color convert

RGB 252 140 155 -
CMYK 0 0.44 0.38 0.01
HSL 351.96º 0.95% 0.77% -
HSV(B) 351.96º 0.44% 0.99% -
XYZ 55.44 41.82 36.16 -
YUV 175.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 252 140 155 0 0.44 0.38 0.01 351.96 0.95 0.77
Hex FC 8C 9B 0 2C 26 1 160 5F 4D
Octal 374 214 233 0 54 46 1 540 137 115
Binary 11111100 10001100 10011011 0 101100 100110 1 101100000 1011111 1001101

Color Harmonies of #FC8C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C9B

Black with #FC8C9B

Text Example


Text Example

White with #FC8C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C9B; }

 p { color: rgb(252,140,155); }

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

background-color css

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

 a { background-color: rgb(252,140,155); }

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

border-color css

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

 span { border-color: rgb(252,140,155); }

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