Html Css Color HEX #FC8289 Wewak

📋 copy color: '#FC8289'

red 252 ◦ green 130 ◦ blue 137

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

Shades of Wewak #FC8289

Tints of Wewak #FC8289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.05%

 BLUE value IS 137 (53.91% from 255) = 26.4%

R = 48.55%
G = 25.05%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC8289 (or 0xFC8289) is known color: Wewak. HEX triplet: FC, 82 and 89. RGB value is (252,130,137). Sum of RGB (Red+Green+Blue) = 252+130+137=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8289 is #037D76. Grayscale: #A7A7A7. Windows color (decimal): -228727 or 9011964. OLE color: 9011964.

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

Color convert

RGB 252 130 137 -
CMYK 0 0.48 0.46 0.01
HSL 356.56º 0.95% 0.75% -
HSV(B) 356.56º 0.48% 0.99% -
XYZ 52.64 38.47 28.32 -
YUV 167.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 252 130 137 0 0.48 0.46 0.01 356.56 0.95 0.75
Hex FC 82 89 0 30 2E 1 165 5F 4B
Octal 374 202 211 0 60 56 1 545 137 113
Binary 11111100 10000010 10001001 0 110000 101110 1 101100101 1011111 1001011

Color Harmonies of #FC8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8289

Black with #FC8289

Text Example


Text Example

White with #FC8289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8289; }

 p { color: rgb(252,130,137); }

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

background-color css

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

 a { background-color: rgb(252,130,137); }

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

border-color css

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

 span { border-color: rgb(252,130,137); }

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