#FA838F

Color #FA838F Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #FA838F

Tints of Wewak #FA838F

Color information

#FA838F (or 0xFA838F) is unknown color: approx Wewak. HEX triplet: FA, 83 and 8F. RGB value is (250,131,143). Sum of RGB (Red+Green+Blue) = 250+131+143=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA838F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA838F is #057C70. Grayscale: #A8A8A8. Windows color (decimal): -359537 or 9405434. OLE color: 9405434.

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

Color convert

RGB250131143-
CMYK00.480.430.02
HSL353.95º92.25%74.71%-
HSV(B)353.95º47.6%98.04%-
XYZ52.538.5430.66-
YUV167.95113.92186.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.71%
GREEN value IS 131 (51.56% from 255) = 25%
BLUE value IS 143 (56.25% from 255) = 27.29%
R=47.71%
G=25%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013114300.480.430.02353.9592.2574.71
HexFA838F0302B21625c4b
Octal372203217060532542134113
Binary11111010100000111000111101100001010111010110001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA838F; }

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

 H1.HeaderClassName
 {
   color: #FA838F;
 }
 .AnyTagClassName
 {
   color: #FA838F;
 }
</style>
background-color css

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

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

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

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

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

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