Html Css Color HEX #FC8497 Wewak

📋 copy color: '#FC8497'

red 252 ◦ green 132 ◦ blue 151

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

Shades of Wewak #FC8497

Tints of Wewak #FC8497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.22%

R = 47.1%
G = 24.67%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC8497 (or 0xFC8497) is known color: Wewak. HEX triplet: FC, 84 and 97. RGB value is (252,132,151). Sum of RGB (Red+Green+Blue) = 252+132+151=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8497 is #037B68. Grayscale: #AAAAAA. Windows color (decimal): -228201 or 9929980. OLE color: 9929980.

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

Color convert

RGB 252 132 151 -
CMYK 0 0.48 0.40 0.01
HSL 350.5º 0.95% 0.75% -
HSV(B) 350.5º 0.48% 0.99% -
XYZ 53.98 39.43 34.04 -
YUV 170.05 117.26 186.46 -
System Red Green Blue C M Y K H S L
Decimal 252 132 151 0 0.48 0.40 0.01 350.5 0.95 0.75
Hex FC 84 97 0 30 28 1 15E 5F 4B
Octal 374 204 227 0 60 50 1 536 137 113
Binary 11111100 10000100 10010111 0 110000 101000 1 101011110 1011111 1001011

Color Harmonies of #FC8497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8497

Black with #FC8497

Text Example


Text Example

White with #FC8497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8497; }

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

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

background-color css

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

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

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

border-color css

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

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

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