Html Css Color HEX #FA838D Wewak

📋 copy color: '#FA838D'

red 250 ◦ green 131 ◦ blue 141

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

Shades of Wewak #FA838D

Tints of Wewak #FA838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.1%

 BLUE value IS 141 (55.47% from 255) = 27.01%

R = 47.89%
G = 25.1%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA838D (or 0xFA838D) is known color: Wewak. HEX triplet: FA, 83 and 8D. RGB value is (250,131,141). Sum of RGB (Red+Green+Blue) = 250+131+141=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA838D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA838D is #057C72. Grayscale: #A7A7A7. Windows color (decimal): -359539 or 9274362. OLE color: 9274362.

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

Color convert

RGB 250 131 141 -
CMYK 0 0.48 0.44 0.02
HSL 354.96º 0.92% 0.75% -
HSV(B) 354.96º 0.48% 0.98% -
XYZ 52.35 38.48 29.87 -
YUV 167.72 112.92 186.69 -
System Red Green Blue C M Y K H S L
Decimal 250 131 141 0 0.48 0.44 0.02 354.96 0.92 0.75
Hex FA 83 8D 0 30 2C 2 163 5C 4B
Octal 372 203 215 0 60 54 2 543 134 113
Binary 11111010 10000011 10001101 0 110000 101100 10 101100011 1011100 1001011

Color Harmonies of #FA838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA838D

Black with #FA838D

Text Example


Text Example

White with #FA838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA838D; }

 p { color: rgb(250,131,141); }

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

background-color css

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

 a { background-color: rgb(250,131,141); }

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

border-color css

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

 span { border-color: rgb(250,131,141); }

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