Html Css Color HEX #FA8487 Wewak

📋 copy color: '#FA8487'

red 250 ◦ green 132 ◦ blue 135

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

Shades of Wewak #FA8487

Tints of Wewak #FA8487

RGB

 RED value IS 250 (98.05% from 255) = 48.36%

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

 BLUE value IS 135 (53.13% from 255) = 26.11%

R = 48.36%
G = 25.53%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA8487 (or 0xFA8487) is known color: Wewak. HEX triplet: FA, 84 and 87. RGB value is (250,132,135). Sum of RGB (Red+Green+Blue) = 250+132+135=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8487 is #057B78. Grayscale: #A7A7A7. Windows color (decimal): -359289 or 8881402. OLE color: 8881402.

HSL color Cylindrical-coordinate representation of color #FA8487: hue angle of 358.47º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA8487 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 132 135 -
CMYK 0 0.47 0.46 0.02
HSL 358.47º 0.92% 0.75% -
HSV(B) 358.47º 0.47% 0.98% -
XYZ 52.05 38.58 27.62 -
YUV 167.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 250 132 135 0 0.47 0.46 0.02 358.47 0.92 0.75
Hex FA 84 87 0 2F 2E 2 166 5C 4B
Octal 372 204 207 0 57 56 2 546 134 113
Binary 11111010 10000100 10000111 0 101111 101110 10 101100110 1011100 1001011

Color Harmonies of #FA8487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8487

Black with #FA8487

Text Example


Text Example

White with #FA8487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8487; }

 p { color: rgb(250,132,135); }

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

background-color css

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

 a { background-color: rgb(250,132,135); }

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

border-color css

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

 span { border-color: rgb(250,132,135); }

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